The members of System.Windows.Forms.ToolStripSplitButton are listed below.
See Also: Inherited members from System.Windows.Forms.ToolStripDropDownItem
Initializes a new instance of the System.Windows.Forms.ToolStripSplitButton class. | ||
Initializes a new instance of the System.Windows.Forms.ToolStripSplitButton class with the specified image. | ||
Initializes a new instance of the System.Windows.Forms.ToolStripSplitButton class with the specified text. | ||
Initializes a new instance of the System.Windows.Forms.ToolStripSplitButton class with the specified text and image. | ||
Initializes a new instance of the System.Windows.Forms.ToolStripSplitButton class with the specified display text, image, and Control.Click event handler. | ||
Initializes a new instance of the System.Windows.Forms.ToolStripSplitButton class with the specified text, image, and System.Windows.Forms.ToolStripItem array. | ||
Initializes a new instance of the System.Windows.Forms.ToolStripSplitButton class with the specified display text, image, Control.Click event handler, and name. |
AutoToolTip | bool.
Gets or sets a value indicating whether default or custom System.Windows.Forms.ToolTip text is displayed on the System.Windows.Forms.ToolStripSplitButton. | |
[read-only] | ButtonBounds | System.Drawing.Rectangle.
Gets the size and location of the standard button portion of a System.Windows.Forms.ToolStripSplitButton. |
[read-only] | ButtonPressed | bool.
Gets a value indicating whether the button portion of the System.Windows.Forms.ToolStripSplitButton is in the pressed state. |
[read-only] | ButtonSelected | bool.
Gets a value indicating whether the standard button portion of a System.Windows.Forms.ToolStripSplitButton is selected or the ToolStripSplitButton.DropDownButtonPressed property is true. |
DefaultItem | ToolStripItem.
Gets or sets the portion of the System.Windows.Forms.ToolStripSplitButton that is activated when the control is first selected. | |
[read-only] | DropDownButtonBounds | System.Drawing.Rectangle.
Gets the size and location, in screen coordinates, of the drop-down button portion of a System.Windows.Forms.ToolStripSplitButton. |
[read-only] | DropDownButtonPressed | bool.
Gets a value indicating whether the drop-down portion of the System.Windows.Forms.ToolStripSplitButton is in the pressed state. |
[read-only] | DropDownButtonSelected | bool.
Gets a value indicating whether the drop-down button portion of a System.Windows.Forms.ToolStripSplitButton is selected. |
DropDownButtonWidth | int.
The width, in pixels, of the drop-down button portion of a System.Windows.Forms.ToolStripSplitButton. | |
[read-only] | SplitterBounds | System.Drawing.Rectangle.
Gets the boundaries of the separator between the standard and drop-down button portions of a System.Windows.Forms.ToolStripSplitButton. |
[read-only] override | DefaultAutoToolTip | bool.
Gets a value indicating whether to display the System.Windows.Forms.ToolTip that is defined as the default. |
[read-only] override | DismissWhenClicked | bool.
Gets a value indicating whether items on a System.Windows.Forms.ToolStripSplitButton are hidden after they are clicked. |
override | GetPreferredSize(System.Drawing.Size)
| |
OnButtonDoubleClick(EventArgs)
| ||
PerformButtonClick()
| ||
ResetDropDownButtonWidth()
|
override | CreateAccessibilityInstance()
| |
override | CreateDefaultDropDown()Documentation for this section has not yet been entered. | |
OnButtonClick(EventArgs)
| ||
OnDefaultItemChanged(EventArgs)
| ||
override | OnMouseDown(MouseEventArgs)
| |
override | OnMouseLeave(EventArgs)
| |
override | OnMouseUp(MouseEventArgs)
| |
override | OnPaint(PaintEventArgs)Documentation for this section has not yet been entered. | |
override | OnRightToLeftChanged(EventArgs)
| |
override | ProcessDialogKey(Keys)
| |
override | ProcessMnemonic(char)
|
ButtonClick |
Occurs when the standard button portion of a System.Windows.Forms.ToolStripSplitButton is clicked. | |
ButtonDoubleClick |
Occurs when the standard button portion of a System.Windows.Forms.ToolStripSplitButton is double-clicked. | |
DefaultItemChanged |
Occurs when the ToolStripSplitButton.DefaultItem has changed. |