[]
        
(Showing Draft Content)

C1.Win.C1InputPanel.InputDropDown

InputDropDown Class

Serves as a base class for drop-down elements like InputComboBox.

Namespace: C1.Win.C1InputPanel
Assembly: C1.Win.C1InputPanel.4.8.dll
Syntax
public abstract class InputDropDown : InputComponent, IBindableComponent, IComponent, IDisposable, IInputXmlSerializable

Properties

Name Description
DroppedDown

Gets or sets whether the drop-down portion of this element is visible.

Methods

Name Description
OnDropDown(EventArgs)

Raises the DropDown event.

OnDropDownClosed(EventArgs)

Raises the DropDownClosed event.

Events

Name Description
DropDown

Fires when the drop-down portion of this element is shown.

DropDownClosed

Indicates that the drop-down portion of this element has closed.