System.Windows.Forms.ToolStripOverflow Members

The members of System.Windows.Forms.ToolStripOverflow are listed below.

See Also: Inherited members from System.Windows.Forms.ToolStripDropDown

Public Constructors

Public Properties

[read-only]
override
ItemsToolStripItemCollection.

Gets all of the items on the System.Windows.Forms.ToolStrip, whether they are currently being displayed or not.

[read-only]
override
LayoutEngineSystem.Windows.Forms.Layout.LayoutEngine. Documentation for this section has not yet been entered.

Protected Properties

[read-only]
override
DisplayedItemsToolStripItemCollection.

Gets all of the items that are currently being displayed on the System.Windows.Forms.ToolStrip.

Public Methods

override
GetPreferredSize(System.Drawing.Size) : System.Drawing.Size

Retrieves the size of a rectangular area into which a control can be fitted.

Protected Methods

override
CreateAccessibilityInstance() : AccessibleObject

Creates a new accessibility object for the control.

override
OnLayout(LayoutEventArgs)

Raises the Control.Layout event.

override
SetDisplayedItems()

Resets the collection of displayed and overflow items after a layout is done.