ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / DropDownItem Class
Properties Methods Events


In This Topic
    DropDownItem Class Members
    In This Topic

    The following tables list the members exposed by DropDownItem.

    Public Constructors
     NameDescription
    Public ConstructorCreates an instance of DropDownItem class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a value that indicates whether the item is checked.  
    Public PropertyGets or sets a value that indicates whether the item should toggle its pressed state when it is clicked.  
    Public Property (Inherited from System.ComponentModel.Component)
    Public PropertyGets or sets the dialog-box result produced in a modal form by clicking the button.  
    Public PropertyGets or sets a value indicating whether the item can respond to user interaction.  
    Public PropertyGets or sets the image associated with the DropDownItem.  
    Public PropertyGets or sets the alignment of the image within the bounds specified by the ImageSize property.  
    Public PropertyGets or sets the index of the image in the ImageList.  
    Public PropertyGets or sets the image key in the ImageList.  
    Public PropertyGets or sets how the image will be scaled to fit within the bounds specified by the ImageSize property.  
    Public PropertyGets or sets the size of the image that will be displayed on the button.  
    Public PropertyGets a value indicating whether the component has been disposed.  
    Public PropertyGets the collection of child items in that is associated with this DropDownItem.  
    Public Property (Inherited from System.ComponentModel.Component)
    Public PropertyGets the C1SplitButton that this DropDownItem belongs to.  
    Public PropertyGets or sets the object that contains data about the item.  
    Public PropertyGets or sets the text associated with the component.  
    Public PropertyGets or sets a value indicating whether the item is visible.  
    Top
    Protected Properties
    Public Methods
     NameDescription
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded. Overridden. Releases the resources used by the DropDownItem.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method (Inherited from System.ComponentModel.Component)
    Top
    Protected Methods
     NameDescription
    Protected Method (Inherited from System.ComponentModel.Component)
    Protected Method (Inherited from System.ComponentModel.Component)
    Protected MethodOverloaded.  (Inherited from System.MarshalByRefObject)
    Protected MethodRaises the Click event.  
    Protected MethodRaises the DoubleClick event.  
    Protected MethodRaises the DropDown event.  
    Protected MethodRaises the DropDownClosed event.  
    Protected MethodRaises the GotFocus event.  
    Protected MethodRaises the KeyDown event.  
    Protected MethodRaises the KeyPress event.  
    Protected MethodRaises the KeyUp event.  
    Protected MethodRaises the LostFocus event.  
    Protected Method  
    Protected Method  
    Top
    Public Events
     NameDescription
    Public EventFires when the component is clicked.  
    Public Event (Inherited from System.ComponentModel.Component)
    Public EventFires when the component is double-clicked.  
    Public EventFires when the drop-down portion of this element is shown.  
    Public EventIndicates that the drop-down portion of this element has closed.  
    Public EventFires when the component receives the focus.  
    Public EventFires when a key is pressed while the component has focus.  
    Public EventFires when a key is pressed while the component has focus.  
    Public EventFires when a key is released while the component has focus.  
    Public EventFires when the component loses the focus.  
    Top
    See Also