System.Windows.Forms.ToolStripSplitButton: Property Members

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

Public Properties

AutoToolTipbool.

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]
ButtonBoundsSystem.Drawing.Rectangle.

Gets the size and location of the standard button portion of a System.Windows.Forms.ToolStripSplitButton.

[read-only]
ButtonPressedbool.

Gets a value indicating whether the button portion of the System.Windows.Forms.ToolStripSplitButton is in the pressed state.

[read-only]
ButtonSelectedbool.

Gets a value indicating whether the standard button portion of a System.Windows.Forms.ToolStripSplitButton is selected or the ToolStripSplitButton.DropDownButtonPressed property is true.

DefaultItemToolStripItem.

Gets or sets the portion of the System.Windows.Forms.ToolStripSplitButton that is activated when the control is first selected.

[read-only]
DropDownButtonBoundsSystem.Drawing.Rectangle.

Gets the size and location, in screen coordinates, of the drop-down button portion of a System.Windows.Forms.ToolStripSplitButton.

[read-only]
DropDownButtonPressedbool.

Gets a value indicating whether the drop-down portion of the System.Windows.Forms.ToolStripSplitButton is in the pressed state.

[read-only]
DropDownButtonSelectedbool.

Gets a value indicating whether the drop-down button portion of a System.Windows.Forms.ToolStripSplitButton is selected.

DropDownButtonWidthint.

The width, in pixels, of the drop-down button portion of a System.Windows.Forms.ToolStripSplitButton.

[read-only]
SplitterBoundsSystem.Drawing.Rectangle.

Gets the boundaries of the separator between the standard and drop-down button portions of a System.Windows.Forms.ToolStripSplitButton.

Protected Properties

[read-only]
override
DefaultAutoToolTipbool.

Gets a value indicating whether to display the System.Windows.Forms.ToolTip that is defined as the default.

[read-only]
override
DismissWhenClickedbool.

Gets a value indicating whether items on a System.Windows.Forms.ToolStripSplitButton are hidden after they are clicked.