Window.Caption Property (Typed) | |
The string representing the caption (the text in the title bar of this window). This method can also be used to change the title of this window.
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:
StringThe string representing the caption (the text in the title bar of this window). This method can also be used to change the title of this window.
Implements
CaptionSee Also