Click or drag to resize

Control.Caption Property (Typed)

X#
A string representing the caption of the control (i.e., the static text identifying the control)

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY Caption AS STRING GET SET 
Request Example View Source

Property Value

Type: String
A string representing the caption of the control (i.e., the static text identifying the control)

Implements

Caption
Remarks
A string representing the caption of the control (i.e., the static text identifying the control). Examples include the label on the face of a button, the text written next to a check box or radio button, or the text on the border of a radio button group or group box. Note that not all controls have a visible caption. For example, the ordinary edit control (MultiLineEdit class) does not have a visible caption—the text commonly displayed next to the edit is actually a separate control, placed there by the Window Editor. Thus, assigning a new value to the caption of this type of control does not change anything on the screen.
See Also