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