Window.Caption Property | |
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:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Caption AS USUAL GET SET
public virtual Usual Caption { get; set; }
Request Example
View SourceProperty Value
Type:
UsualThe 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.
See Also