The DropDown type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DropDown |
Methods
| Name | Description | |
|---|---|---|
| OnIsKeyboardFocusWithinChanged |
Provides control-specific handling for the IsKeyboardFocusWithinChanged event.
(Overrides UIElement..::.OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs).) |
Fields
| Name | Description | |
|---|---|---|
| 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
| Name | Description | |
|---|---|---|
| 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 contro.
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.
|