GroupBox.CurrentText Property | |
This property is provided to override the inherited functionality from the TextControl class, as it does not apply to group boxes.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY CurrentText AS USUAL GET SET
public override Usual CurrentText { get; set; }
Request Example
View SourceProperty Value
Type:
UsualThis property is provided to override the inherited functionality from the TextControl class, as it does not apply to group boxes.
See Also