Click or drag to resize

Window.Caption Property

X#
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 
Request Example View Source

Property Value

Type: Usual
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.
See Also