[]
Represents drop down item for C1SplitButton control.
public class SplitButtonItem : Component, IComponent, IDisposable, IDropDownOwnerExtended, IDropDownOwner
Name | Description |
---|---|
SplitButtonItem() | Initializes a new instance of the SplitButtonItem class. |
Name | Description |
---|---|
CheckOnClick | Gets or sets a value that indicates whether the item should toggle its pressed state when it is clicked. |
Checked | Gets or sets a value that indicates whether the item is checked. |
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 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 ImageList that contains the Image displayed on an item. |
Items | Gets the collection of child items in that is associated with this SplitButtonItem. |
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 |
---|---|
Dispose(bool) | Releases the unmanaged resources used by the SplitButtonItem class. |
OnClick(EventArgs) | Raises the Click event. |
OnDropDownClosed(EventArgs) | Raises the DropDownClosed event. |
OnDropDownOpened(EventArgs) | 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. |
DropDownClosed | Occurs when the dropdown has been closed. |
DropDownOpened | Occurs after the dropdown is opened. |