System.Windows.Forms.ToolStripPanelRow Members

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

See Also: Inherited members from System.ComponentModel.Component

Public Constructors

Initializes a new instance of the System.Windows.Forms.ToolStripPanelRow class, specifying the containing System.Windows.Forms.ToolStripPanel.

Public Properties

[read-only]
BoundsSystem.Drawing.Rectangle.

Gets the size and location of the System.Windows.Forms.ToolStripPanelRow, including its nonclient elements, in pixels, relative to the parent control.

[read-only]
ControlsControl[].

Gets the controls in the System.Windows.Forms.ToolStripPanelRow.

[read-only]
DisplayRectangleSystem.Drawing.Rectangle.

Gets the display area of the control.

[read-only]
LayoutEngineSystem.Windows.Forms.Layout.LayoutEngine.

Gets an instance of the control's layout engine.

MarginPadding.

Gets or sets the space between controls.

[read-only]
OrientationOrientation.

Gets the layout direction of the System.Windows.Forms.ToolStripPanelRow relative to its containing System.Windows.Forms.ToolStripPanel.

PaddingPadding.

Gets or sets padding within the control.

[read-only]
ToolStripPanelToolStripPanel.

Gets the System.Windows.Forms.ToolStripPanel that contains the System.Windows.Forms.ToolStripPanelRow.

Protected Properties

[read-only]
DefaultMarginPadding.

Gets the space, in pixels, that is specified by default between controls.

[read-only]
DefaultPaddingPadding.

Gets the internal spacing, in pixels, of the contents of a control.

Public Methods

CanMove(ToolStrip) : bool

Gets or sets a value indicating whether a System.Windows.Forms.ToolStrip can be dragged and dropped into a System.Windows.Forms.ToolStripPanelRow.

Protected Methods

override
Dispose(bool)

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

OnBoundsChanged(System.Drawing.Rectangle, System.Drawing.Rectangle)

Occurs when the ToolStripPanelRow.Bounds property changes.

OnControlAdded(Control, int)

Raises the Control.ControlAdded event.

OnControlRemoved(Control, int)

Raises the Control.ControlRemoved event.

OnLayout(LayoutEventArgs)

Raises the Control.Layout event.

OnOrientationChanged()

Occurs when the value of the ToolStripPanelRow.Orientation property changes.