[]
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, INotifyPropertyChanged
Name | Description |
---|---|
C1DropDown() | Initializes a new instance of the C1DropDown class. |
Name | Description |
---|---|
MouseOverBorderBrushProperty | Identifies the MouseOverBorderBrush dependency property. |
ShowButtonProperty | Identifies the ShowButton dependency property. |
Name | Description |
---|---|
DropDownButtonVisibility | Gets the visibility of the drop-down button. |
MouseOverBorderBrush | Gets or sets the Brush used to highlight the border of the control when it has the mouse over. |
ShowButton | Gets or sets whether the button is shown. |
Name | Description |
---|---|
Dispose(bool) | |
OnApplyTemplate() |