ComboBoxEx.Length Property | |
The length of the current text. Overrides the Length property of its parent class to provide the same functionality in this specialized class.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Length AS USUAL GET
public override Usual Length { get; }
Request Example
View SourceProperty Value
Type:
UsualThe length of the current text. Overrides the Length property of its parent class to provide the same functionality in this specialized class.
See Also