[]
Represents a composite button control supporting additional visual styles and drop down item list.
[ToolboxBitmap(typeof(C1Button), "C1SplitButton.png")]
public class C1SplitButton : C1Button, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IButtonControl, ISupportInitialize
| Name | Description |
|---|---|
| C1SplitButton() | Initializes a new instance of the C1SplitButton class. |
| Name | Description |
|---|---|
| DefaultItem | Gets or sets the default drop down item. |
| DefaultSize | |
| DefaultThemeRootPath | Default path for the control in xml theme file. |
| DropDownImage | |
| DropDownImageList | The ImageList to get the images to display in the drop down items. |
| DroppedDown | Run-time property indicating if the dropdown is currently open. |
| ImageIndex | |
| ImageKey | |
| ItemStyle | Gets the style of DropDownItem components on this button. |
| Items | Gets the collection of DropDownItem components on this button. |
| Name | Description |
|---|---|
| DropDownClosed | Occurs when the dropdown has been closed. |
| DropDownItemClicked | Occurs when a DropDownItem is clicked. |
| DropDownOpened | Occurs after the dropdown is opened. |