[]
        
(Showing Draft Content)

C1.WPF.Input.C1DropDown

C1DropDown Class

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.

Inheritance
C1DropDown
Namespace: C1.WPF.Input
Assembly: C1.WPF.Input.dll
Syntax
public class C1DropDown : C1DropDownButton, INotifyPropertyChanged

Constructors

Name Description
C1DropDown()

Initializes a new instance of the C1DropDown class.

Fields

Name Description
MouseOverBorderBrushProperty

Identifies the MouseOverBorderBrush dependency property.

ShowButtonProperty

Identifies the ShowButton dependency property.

Properties

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.

Methods

Name Description
Dispose(bool)
OnApplyTemplate()