HyperLabel.Caption Property (Typed) | |
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:
XSharp.VO.SDK
Assembly:
XSharp.VOSystemClasses (in XSharp.VOSystemClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Caption AS STRING GET SET
public virtual string Caption { get; set; }
Request Example
View SourceProperty Value
Type:
StringA 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