CustomComboBoxSelectionStart Property

Gets or sets the starting index of text selected in the combo box.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.11.0
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
public int SelectionStart { get; set; }

Property Value

Int32

Return Value

Int32
The zero-based index of the first character in the string of the current text selection.

Exceptions

ArgumentException The value is less than zero.

See Also