Click or drag to resize

Window.Caption Property (Typed)

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:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY Caption AS STRING GET SET 
Request Example View Source

Property Value

Type: String
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.

Implements

Caption
See Also