DropDownEditControl Methods
The DropDownEditControl type exposes the following members.
Methods
Name | Description | |
---|---|---|
Focus |
Focuses this instance.
|
|
IsPopupOpen |
Determines whether [is popup open].
|
|
OnApplyTemplate |
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate.
|
|
OnDropDownButtonClick |
Called when [drop down button click].
|
|
OnGotFocus |
Invoked whenever an unhandled GotFocus event reaches this element in its route.
|
|
OnPreviewKeyDown |
Invoked when an unhandled PreviewKeyDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
|
|
OnTextBoxGotFocus |
Called when [text box got focus].
|
|
OnTextChanged |
Called when [text changed].
|
|
OnValueChanged |
Called when [value changed].
|
|
ProcessKey |
Processes the key.
|
|
ProcessKeyChar |
Processes the key character.
|
|
SelectAll |
Selects all.
|