Input for WinForms | ComponentOne
C1.Win.Input Namespace / SplitButtonItem Class
Properties Methods Events


In This Topic
    SplitButtonItem Class Members
    In This Topic

    The following tables list the members exposed by SplitButtonItem.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the SplitButtonItem 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 if the dropdown is currently open.  
    Public PropertyGets or sets a value indicating whether the item can respond to user interaction.  
    Public PropertyGets or sets the C1.Framework.C1Icon that is displayed on an item.  
    Public PropertyGets or sets the image list index value of the image displayed on an item.  
    Public PropertyGets or sets the key accessor for the image in the ImageList.  
    Public PropertyGets the System.Windows.Forms.ImageList that contains the System.Drawing.Image displayed on an item.  
    Public PropertyGets the collection of child items in that is associated with this SplitButtonItem.  
    Public Property (Inherited from System.ComponentModel.Component)
    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 MethodOverloaded. Overridden. Releases the unmanaged resources used by the SplitButtonItem class.  
    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 DropDownClosed event.  
    Protected MethodRaises the DropDownOpened event.  
    Protected MethodRestores the default value of the Items property.  
    Protected MethodSpecifies whether to save the value of the Items property.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when a SplitButtonItem is clicked.  
    Public Event (Inherited from System.ComponentModel.Component)
    Public EventOccurs when the dropdown has been closed.  
    Public EventOccurs after the dropdown is opened.  
    Top
    See Also