Input for WinForms | ComponentOne
C1.Win.Input.Base Namespace / IDropDownControlBase Interface
Properties Events

In This Topic
    IDropDownControlBase Interface Members
    In This Topic

    The following tables list the members exposed by IDropDownControlBase.

    Public Properties
     NameDescription
     PropertyGets or sets a value indicating whether to open the drop down control when the control receives the focus.  
     PropertyGets the properties of butons.  
     PropertyGets or sets the member of the data source object to which the control is bound.  
     PropertyGets or sets the data source object to which the control is bound.  
     PropertyAlignment of the dropdown form relative to the control.  
     PropertyGets or set the width of the drop down box in a combobox.  
     PropertyGets or sets a value indicating if the dropdown is currently open.  
     PropertyGets or sets a distance in pixels between the control edge and the dropdown.  
     PropertyGets or sets the C1.Framework.C1Icon that is displayed on a drop down control.  
     PropertyGets or sets the image that is displayed on a drop down control.  
     PropertyGets or sets the image list index value of the image displayed on a drop down control.  
     PropertyGets or sets the key accessor for the image in the ImageList.  
     PropertyGets or sets the System.Windows.Forms.ImageList that contains the System.Drawing.Image displayed on a drop down control.  
    Top
    Public Events
     NameDescription
     EventOccurs when the Custom button is clicked.  
     EventOccurs when the DropDown button is clicked.  
     EventOccurs when the dropdown has been closed.  
     EventOccurs after the dropdown is opened.  
     EventOccurs just before the dropdown is opened.  
     EventOccurs when the Modal button is clicked.  
     EventOccurs when UpDown buttons are clicked.  
    Top
    See Also