Click or drag to resize

Window.HyperLabel Property (Typed)

X#
The hyperlabel connected to this window.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY HyperLabel AS HyperLabel GET SET 
Request Example View Source

Property Value

Type: HyperLabel
The hyperlabel connected to this window.

Implements

HyperLabel
Remarks
The hyperlabel connected to this window. From the hyperlabel, you can retrieve additional information about the window, for example:
X#
1cCaption := oWindow:HyperLabel:Caption
2cDescription := oWindow:HyperLabel:Description
3cHelpContext := oWindow:HyperLabel:HelpContext
HyperLabel can also be used to assign a HyperLabel object to a window, although this is most commonly done during instantiation.
See Also