System.Windows.Forms.ToolStripPanel Members

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

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

Public Constructors

Initializes a new instance of the System.Windows.Forms.ToolStripPanel class.

Public Properties

override
AllowDropbool.

This property is not relevant to this class.

override
AutoScrollbool.

This property is not relevant to this class.

AutoScrollMarginSystem.Drawing.Size.

This property is not relevant to this class.

AutoScrollMinSizeSystem.Drawing.Size.

This property is not relevant to this class.

override
AutoSizebool.

Gets or sets a value indicating whether the System.Windows.Forms.ToolStripPanel automatically adjusts its size when the form is resized.

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

Gets or sets a value indicating whether the System.Windows.Forms.ToolStripPanel can be moved or resized.

OrientationOrientation.

Gets or sets a value indicating the horizontal or vertical orientation of the System.Windows.Forms.ToolStripPanel.

RendererToolStripRenderer.

Gets or sets a System.Windows.Forms.ToolStripRenderer used to customize the appearance of a System.Windows.Forms.ToolStripPanel.

RenderModeToolStripRenderMode.

Gets or sets the painting styles to be applied to the System.Windows.Forms.ToolStripPanel.

RowMarginPadding.

Gets or sets the spacing, in pixels, between the System.Windows.Forms.ToolStripPanelRows and the System.Windows.Forms.ToolStripPanel.

[read-only]
RowsToolStripPanelRow[].

Gets the System.Windows.Forms.ToolStripPanelRows in this System.Windows.Forms.ToolStripPanel.

TabIndexint.

This property is not relevant to this class.

TabStopbool.

This property is not relevant to this class.

override
Textstring.

This property is not relevant to this class.

Protected Properties

[read-only]
override
DefaultMarginPadding. Documentation for this section has not yet been entered.
[read-only]
override
DefaultPaddingPadding. Documentation for this section has not yet been entered.

Public Methods

Protected Methods

override
CreateControlsInstance() : Control.ControlCollection

Retrieves a collection of System.Windows.Forms.ToolStripPanel controls.

override
Dispose(bool)

Releases the unmanaged resources used by the System.Windows.Forms.ToolStripPanel and optionally releases the managed resources.

override
OnControlAdded(ControlEventArgs)

Raises the ToolStrip.ControlAdded event.

override
OnControlRemoved(ControlEventArgs)

Raises the ToolStrip.ControlRemoved event.

override
OnDockChanged(EventArgs)

Raises the Control.DockChanged event.

override
OnLayout(LayoutEventArgs)

Raises the Control.Layout event.

override
OnPaintBackground(PaintEventArgs)
Documentation for this section has not yet been entered.
override
OnParentChanged(EventArgs)

Raises the Control.OnParentChanged(EventArgs) event.

OnRendererChanged(EventArgs)

Raises the ToolStripPanel.RendererChanged event.

override
OnRightToLeftChanged(EventArgs)

Raises the Control.RightToLeftChanged event.

Public Events

AutoSizeChanged

Occurs when the value of the ToolStripPanel.AutoSize property changes.

RendererChanged

Occurs when the value of the ToolStripPanel.Renderer property changes.

TabIndexChanged

This event is not relevant for this class.

TabStopChanged

This event is not relevant for this class.

TextChanged

This event is not relevant for this class.