ToolStripPanelRow Properties
.NET Framework 4.5
The ToolStripPanelRow type exposes the following members.
| Name | Description | |
|---|---|---|
|
Bounds | Gets the size and location of the ToolStripPanelRow, including its nonclient elements, in pixels, relative to the parent control. |
|
CanRaiseEvents | Gets a value indicating whether the component can raise an event. (Inherited from Component.) |
|
Container | Gets the IContainer that contains the Component. (Inherited from Component.) |
|
Controls | Gets the controls in the ToolStripPanelRow. |
|
DefaultMargin | Gets the space, in pixels, that is specified by default between controls. |
|
DefaultPadding | Gets the internal spacing, in pixels, of the contents of a control. |
|
DesignMode | Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component.) |
|
DisplayRectangle | Gets the display area of the control. |
|
Events | Gets the list of event handlers that are attached to this Component. (Inherited from Component.) |
|
LayoutEngine | Gets an instance of the control's layout engine. |
|
Margin | Gets or sets the space between controls. |
|
Orientation | Gets the layout direction of the ToolStripPanelRow relative to its containing ToolStripPanel. |
|
Padding | Gets or sets padding within the control. |
|
Site | Gets or sets the ISite of the Component. (Inherited from Component.) |
|
ToolStripPanel | Gets the ToolStripPanel that contains the ToolStripPanelRow. |