Button.CurrentText Property | |
For check boxes, push buttons, and radio buttons, Button:CurrentText contains NULL_STRING.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY CurrentText AS USUAL GET SET
public override Usual CurrentText { get; set; }
Request Example
View SourceProperty Value
Type:
UsualFor check boxes, push buttons, and radio buttons, Button:CurrentText contains NULL_STRING.
See Also