CheckBox.TextValue Property (Typed) | |
CheckBox:TextValue is initialized to FALSE on data windows, since the control contains no text.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY TextValue AS STRING GET SET
public override string TextValue { get; set; }
Request Example
View SourceProperty Value
Type:
StringCheckBox:TextValue is initialized to FALSE on data windows, since the control contains no text.
See Also