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