 | CustomComboBoxSelectionLength Property |
Gets or sets the number of characters selected in the editable portion of the combo box.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.10.1
Syntaxpublic int SelectionLength { get; set; }
Public Property SelectionLength As Integer
Get
Set
public:
property int SelectionLength {
int get ();
void set (int value);
}
Request Example
View SourceProperty Value
Type:
Int32Return Value
Type:
Int32
The number of characters selected in the combo box.
Exceptions
See Also