HyperLabel.Caption Property | |
A string representing the short name or caption by which the user refers to the host object (to which the hyperlabel is attached). For a menu command, this would be the text appearing in the menu itself.
Namespace:
VO
Assembly:
VOSystemClasses (in VOSystemClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Caption AS USUAL GET SET
public virtual Usual Caption { get; set; }
Request Example
View SourceProperty Value
Type:
UsualA string representing the short name or caption by which the user refers to the host object (to which the hyperlabel is attached). For a menu command, this would be the text appearing in the menu itself.
See Also