[]
        
(Showing Draft Content)

C1.Win.Input.Base.IDropDownControlBase

IDropDownControlBase Interface

Represents the methods, events and properties of C1DropDownControlBase class.

Namespace: C1.Win.Input.Base
Assembly: C1.Win.Input.8.dll
Syntax
public interface IDropDownControlBase

Properties

Name Description
AutoOpen

Gets or sets a value indicating whether to open the drop down control when the control receives the focus.

ButtonsSettings

Gets the properties of butons.

DataMember

Gets or sets the member of the data source object to which the control is bound.

DataSource

Gets or sets the data source object to which the control is bound.

DropDownAlign

Alignment of the dropdown form relative to the control.

DropDownWidth

Gets or set the width of the drop down box in a combobox.

DroppedDown

Gets or sets a value indicating if the dropdown is currently open.

GapHeight

Gets or sets a distance in pixels between the control edge and the dropdown.

Icon

Gets or sets the C1Icon that is displayed on a drop down control.

Image

Gets or sets the image that is displayed on a drop down control.

ImageIndex

Gets or sets the image list index value of the image displayed on a drop down control.

ImageKey

Gets or sets the key accessor for the image in the ImageList.

ImageList

Gets or sets the ImageList that contains the Image displayed on a drop down control.

Events

Name Description
CustomButtonClick

Occurs when the Custom button is clicked.

DropDownButtonClick

Occurs when the DropDown button is clicked.

DropDownClosed

Occurs when the dropdown has been closed.

DropDownOpened

Occurs after the dropdown is opened.

DropDownOpening

Occurs just before the dropdown is opened.

ModalButtonClick

Occurs when the Modal button is clicked.

UpDownButtonClick

Occurs when UpDown buttons are clicked.