TextControl.Caption Property (Typed) | |
The string representing the caption of the text control.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Caption AS STRING GET SET
public override string Caption { get; set; }
Request Example
View SourceProperty Value
Type:
StringThe string representing the caption of the text control.
Implements
CaptionSee Also