[]
        
(Showing Draft Content)

C1.WPF.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.

Namespace: C1.WPF
Assembly: C1.WPF.4.6.2.dll
Syntax
public class C1DropDown : C1DropDownButton, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild

Constructors

Name Description
C1DropDown()

Initializes a new instance of a C1DropDown.

Fields

Name Description
DisabledCuesVisibilityProperty

Identifies the DisabledCuesVisibility dependency property.

FocusCuesVisibilityProperty

Identifies the FocusCuesVisibility dependency property.

ShowButtonProperty

Identifies the ShowButton dependency property.

Properties

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.

Methods

Name Description
OnApplyTemplate()

Builds the visual tree for the C1DropDown control when a new template is applied.

Extension Methods