RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

DropDownEditControl Members

The DropDownEditControl type exposes the following members.

Constructors


  Name Description
Public method DropDownEditControl()()()()
Initializes a new instance of the DropDownEditControl class.

Methods


  Name Description
Public method Focus
Focuses this instance.
Public method IsPopupOpen
Determines whether [is popup open].
Public method OnApplyTemplate
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate.
Public method OnDropDownButtonClick
Called when [drop down button click].
Protected method OnGotFocus
Invoked whenever an unhandled GotFocus event reaches this element in its route.
Protected method 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.
Protected method OnTextBoxGotFocus
Called when [text box got focus].
Protected method OnTextChanged
Called when [text changed].
Public method OnValueChanged
Called when [value changed].
Protected method ProcessKey
Processes the key.
Protected method ProcessKeyChar
Processes the key character.
Public method SelectAll
Selects all.

Fields


  Name Description
Public field Static member DesignTextProperty
The design text property
Public field Static member RsIsTabStopProperty
The rs is tab stop property
Public field Static member SelectionBrushProperty
The selection brush property
Public field Static member TextAlignmentProperty
The text alignment property
Public field Static member UiCommandProperty
The UI command property
Public field Static member UiLabelProperty
The UI label property

Properties


  Name Description
Public property DesignText
Gets or sets the design text. This is a bind-able property.
Public property DropDownButton
Gets or sets the drop down button.
Public property Popup
Gets or sets the popup.
Public property ReadOnlyMode
Gets or sets a value indicating whether [read only mode].
Public property RsIsTabStop
Gets or sets a value indicating whether [rs is tab stop]. This is a bind-able property.
Public property SelectionBrush
Gets or sets the selection brush.
Public property SelectionLength
Gets or sets the length of the selection.
Public property SelectionStart
Gets or sets the selection start.
Public property Text
Gets or sets the text.
Public property TextAlignment
Gets or sets the text alignment. This is a bind-able property.
Public property TextBox
Gets or sets the text box.
Public property UiCommand
Gets or sets the UI command. This is a bind-able property.
Public property UiLabel
Gets or sets the UI label. This is a bind-able property.

Events


  Name Description
Public event ValueChanged
Occurs when [value changed].