[]
C1DropDown provides a generic drop-down control with a Header property that determines what the user sees when the drop-down part of the control is closed, and a Content property that determines what goes into the drop-down section.
public class C1DropDown : C1DropDownButton, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild
Name | Description |
---|---|
C1DropDown() | Initializes a new instance of a C1DropDown. |
Name | Description |
---|---|
DisabledCuesVisibilityProperty | Identifies the DisabledCuesVisibility dependency property. |
FocusCuesVisibilityProperty | Identifies the FocusCuesVisibility dependency property. |
ShowButtonProperty | Identifies the ShowButton dependency property. |
Name | Description |
---|---|
DisabledCuesVisibility | Gets or sets a value indicating whether the disabled visuals of the control are visible. |
FocusCuesVisibility | Gets or sets a value indicating whether the focus visuals of the control are visible. |
ShowButton | Gets/sets if the aToggleButton is shown. |
Name | Description |
---|---|
OnApplyTemplate() | Builds the visual tree for the C1DropDown control when a new template is applied. |