Class SelectAllTextEvents
Specifies the names of the events that will automatically select the text in RadComboBox.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public sealed class SelectAllTextEvents : Enum
Fields
All
The text will be selected on all events.
Declaration
public const SelectAllTextEvents All
Field Value
DropDownOpen
The text will be selected when the dropdown is opened.
Declaration
public const SelectAllTextEvents DropDownOpen
Field Value
GotFocus
The text will be selected when RadComboBox gets the focus.
Declaration
public const SelectAllTextEvents GotFocus
Field Value
None
The text will never be selected.
Declaration
public const SelectAllTextEvents None
Field Value
SelectionChanged
The text will be selected when the selection changes.
Declaration
public const SelectAllTextEvents SelectionChanged
Field Value
value__
Declaration
public int value__
Field Value
System.
|