AutoExpandSelection Property (IDropDown)
In This Topic
Gets or sets a value that indicates whether the control should automatically expand the selection to whole words/numbers when the control is clicked.
Syntax
'Declaration
Property AutoExpandSelection As System.Boolean
'Usage
Dim instance As IDropDown
Dim value As System.Boolean
instance.AutoExpandSelection = value
value = instance.AutoExpandSelection
System.bool AutoExpandSelection {get; set;}
read-write property AutoExpandSelection: System.Boolean;
function get,set AutoExpandSelection : System.boolean
__property System.bool get_AutoExpandSelection();
__property void set_AutoExpandSelection(
System.bool value
);
property System.bool AutoExpandSelection {
System.bool get();
void set ( System.bool value);
}
See Also