TextBox.Caption Property (Typed) | |
A string value representing the TextBox caption.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Caption AS STRING GET SET
public virtual string Caption { get; set; }
Request Example
View SourceProperty Value
Type:
StringA string value representing the TextBox caption.
See Also