Click or drag to resize

Button.Caption Property (Typed)

X#
A string representing the text that is displayed adjacent to a check box or radio button, or on top of a push button. The Button:Caption assign also changes Button:CurrentText for the button.

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

Property Value

Type: String
A string representing the text that is displayed adjacent to a check box or radio button, or on top of a push button. The Button:Caption assign also changes Button:CurrentText for the button.

Implements

Caption
See Also