Calendar 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 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 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
    Public Methods
     NameDescription
    Public MethodOverloaded. Releases the unmanaged resources used by the SplitButtonItem class.  
    Top
    Protected Methods
     NameDescription
    Protected MethodRaises the Click event.  
    Protected MethodRaises the DropDownClosed event.  
    Protected MethodRaises the DropDownOpened event.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when a SplitButtonItem is clicked.  
    Public EventOccurs when the dropdown has been closed.  
    Public EventOccurs after the dropdown is opened.  
    Top
    See Also