Edit.Caption Property | |
Caption text is not displayed for single-line or multiline edit controls. It can be used to store general text information.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Caption AS USUAL GET SET
public override Usual Caption { get; set; }
Request Example
View SourceProperty Value
Type:
UsualCaption text is not displayed for single-line or multiline edit controls. It can be used to store general text information.
See Also