The properties of System.Windows.Forms.ToolStripSplitButton are listed below. For a list of all members, see the ToolStripSplitButton Members list.
See Also: Inherited members from System.Windows.Forms.ToolStripDropDownItem
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. |