MX-Frame Library Send comments on this topic.
Text
MX-Developer > User Interface - MxPart > Controls > Control Properties > Design > Text

Glossary Item Box

Defines the text representing the control on the user interface.

Remarks

Property specifies the text displayed beside the control on a user interface. The text is visible to the user at all times. The text should be short (only a couple of words) but it should undoubtedly describe the functionality and the purpose of the control.

The text usually does not change during the execution of the application. By default an empty string represents the text. Text can only be changed in design time.

Example (MxSpace)

To see the defined Text property on a control (Check) open MxSpace solution project in Visual Studio. In Solution Explorer expand node Parts and double click WorkOrderManagePart.cs. Click the check control in Filter section and open Property Window. See the value Include Closed Work Orders defined in Text property.

To define Text property

  1. In Solution Explorer open MxPart component (WorkOrderManagePart) which contains the control (Check).
  2. Select the desired control (Check) on the canvas.
  3. Open Property Window.
  4. In section Design in Text property enter the desired value (Include Closed Work Orders).
©2009 Metronik. All Rights Reserved.