 | CustomComboBoxSelectionStart Property |
Gets or sets the starting index of text selected in the combo box.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.10.1
Syntaxpublic int SelectionStart { get; set; }
Public Property SelectionStart As Integer
Get
Set
public:
property int SelectionStart {
int get ();
void set (int value);
}
Request Example
View SourceProperty Value
Type:
Int32Return Value
Type:
Int32
The zero-based index of the first character in the string of the current text selection.
Exceptions
See Also