The DropDownEditBox type exposes the following members.

Constructors

  NameDescription
DropDownEditBox
Initializes a new instance of the DropDownEditBox class;

Methods

  NameDescription
OnIsKeyboardFocusWithinChanged
Provides control-specific handling for the IsKeyboardFocusWithinChanged event.
(Overrides UIElement..::.OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs).)

Fields

  NameDescription
ContentProperty
Identifies the Content property.
DropDownTemplateProperty
Identifies the DropDownTemplate property.
HeaderTemplateProperty
Identifies the HeaderTemplate property.
IsDropDownOpenProperty
Identifies the IsDropDownOpen property.
MaxDropDownHeightProperty
Identifies the MaxDropDownHeight property.

Properties

  NameDescription
Content
Gets or sets the content to be presented in the summary and drop-down areas. This is a dependency property.
DropDownTemplate
Gets or sets the template for the content of drop-down part of the control. This is a dependency property.
HeaderTemplate
Gets or sets the template for the summary part of the control (the part which is visible when the control is not dropped down). This is a dependency property.
IsDropDownOpen
Gets or sets whether the drop-down is currently open. This is a dependency property.
MaxDropDownHeight
Gets or sets the maximum height of the drop-down pane. This is a dependency property.
ToggleButtonStyleKey
Gets the ResourceKey for the Style for spin buttons.

See Also