Name | Description | |
---|---|---|
SplitButtonItem Constructor | Initializes a new instance of the SplitButtonItem class. |
The following tables list the members exposed by SplitButtonItem.
Name | Description | |
---|---|---|
SplitButtonItem Constructor | Initializes a new instance of the SplitButtonItem class. |
Name | Description | |
---|---|---|
Checked | Gets or sets a value that indicates whether the item is checked. | |
CheckOnClick | Gets or sets a value that indicates whether the item should toggle its pressed state when it is clicked. | |
Container | (Inherited from System.ComponentModel.Component) | |
DialogResult | Gets or sets the dialog-box result produced in a modal form by clicking the button. | |
DroppedDown | Gets or sets a value indicating if the dropdown is currently open. | |
Enabled | Gets or sets a value indicating whether the item can respond to user interaction. | |
Icon | Gets or sets the C1.Framework.C1Icon that is displayed on an item. | |
ImageIndex | Gets or sets the image list index value of the image displayed on an item. | |
ImageKey | Gets or sets the key accessor for the image in the ImageList. | |
ImageList | Gets the System.Windows.Forms.ImageList that contains the System.Drawing.Image displayed on an item. | |
Items | Gets the collection of child items in that is associated with this SplitButtonItem. | |
Site | (Inherited from System.ComponentModel.Component) | |
Tag | Gets or sets the object that contains data about the item. | |
Text | Gets or sets the text associated with the component. | |
Visible | Gets or sets a value indicating whether the item is visible. |
Name | Description | |
---|---|---|
CanRaiseEvents | (Inherited from System.ComponentModel.Component) | |
DesignMode | (Inherited from System.ComponentModel.Component) | |
Events | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
Dispose | Overloaded. Overridden. Releases the unmanaged resources used by the SplitButtonItem class. | |
GetLifetimeService | (Inherited from System.MarshalByRefObject) | |
InitializeLifetimeService | (Inherited from System.MarshalByRefObject) | |
ToString | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
Finalize | (Inherited from System.ComponentModel.Component) | |
GetService | (Inherited from System.ComponentModel.Component) | |
MemberwiseClone | Overloaded. (Inherited from System.MarshalByRefObject) | |
OnClick | Raises the Click event. | |
OnDropDownClosed | Raises the DropDownClosed event. | |
OnDropDownOpened | Raises the DropDownOpened event. | |
ResetItems | Restores the default value of the Items property. | |
ShouldSerializeItems | Specifies whether to save the value of the Items property. |
Name | Description | |
---|---|---|
Click | Occurs when a SplitButtonItem is clicked. | |
Disposed | (Inherited from System.ComponentModel.Component) | |
DropDownClosed | Occurs when the dropdown has been closed. | |
DropDownOpened | Occurs after the dropdown is opened. |