System.Windows.Forms
2.0.0.0
System.Windows.Forms.ContainerControl
System.ComponentModel.Designer("System.Windows.Forms.Design.ToolStripPanelDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")
System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)
System.Drawing.ToolboxBitmap("")
System.Runtime.InteropServices.ComVisible(true)
Use a to hold one or more , , or user-defined controls.
You might find that one or more controls meet the needs of your application better than a if you do not need the four panels and the central .
You can use only one panel if you so choose, and works well in Multiple Document Interface (MDI) scenarios.
Each is expandable and collapsible.
Creates a container within which other controls can share horizontal or vertical space.
Constructor
To be added.
Initializes a new instance of the class.
2.0.0.0
Property
System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)
System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)
System.ComponentModel.Browsable(false)
System.Boolean
To be added.
This property is not relevant to this class.
This property is not relevant to this class.
2.0.0.0
Property
System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)
System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)
System.ComponentModel.Browsable(false)
System.Boolean
To be added.
This property is not relevant to this class.
This property is not relevant to this class.
2.0.0.0
Property
System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)
System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)
System.ComponentModel.Browsable(false)
System.Drawing.Size
To be added.
This property is not relevant to this class.
This property is not relevant to this class.
2.0.0.0
Property
System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)
System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)
System.ComponentModel.Browsable(false)
System.Drawing.Size
To be added.
This property is not relevant to this class.
This property is not relevant to this class.
2.0.0.0
Property
System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Visible)
System.ComponentModel.DefaultValue(true)
System.Boolean
To be added.
To be added.
Gets or sets a value indicating whether the automatically adjusts its size when the form is resized.
2.0.0.0
Event
System.EventHandler
For more information about handling events, see Consuming Events.
Occurs when the value of the property changes.
2.0.0.0
System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Always)
System.ComponentModel.Browsable(true)
Method
System.Void
To be added.
Begins the initialization of a .
2.0.0.0
Method
2.0.0.0
System.Windows.Forms.Control+ControlCollection
To be added.
Retrieves a collection of controls.
A collection of controls.
Property
System.Windows.Forms.Padding
To be added.
To be added.
To be added.
2.0.0.0
Property
2.0.0.0
System.Windows.Forms.Padding
To be added.
To be added.
To be added.
Method
System.Void
This method is called by the public Dispose method and the method. Dispose invokes the protected Dispose(Boolean) method with the parameter set to true. invokes Dispose with set to false.
When the parameter is true, this method releases all resources held by any managed objects that this references. This method invokes the Dispose method of each referenced object.
Releases the unmanaged resources used by the and optionally releases the managed resources.
true to release both managed and unmanaged resources; false to release only unmanaged resources.
2.0.0.0
Property
System.Windows.Forms.DockStyle
To be added.
To be added.
To be added.
2.0.0.0
Method
System.Void
To be added.
Ends the initialization of a .
2.0.0.0
Method
2.0.0.0
System.Void
To be added.
Adds the specified to a .
The to add to the .
Method
2.0.0.0
System.Void
To be added.
Adds the specified to a at the specified location.
The to add to the .
A value representing the x- and y-client coordinates, in pixels, of the new location for the .
Method
2.0.0.0
System.Void
To be added.
Adds the specified to a in the specified row.
The to add to the .
An representing the to which the is added.
Method
2.0.0.0
System.Void
To be added.
Adds the specified to a at the specified coordinates.
The to add to the .
The horizontal client coordinate, in pixels.
The vertical client coordinate, in pixels.
Property
System.Windows.Forms.Layout.LayoutEngine
To be added.
To be added.
To be added.
2.0.0.0
Property
System.Boolean
To be added.
To be added.
Gets or sets a value indicating whether the can be moved or resized.
2.0.0.0
System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)
System.ComponentModel.DefaultValue(false)
System.ComponentModel.Browsable(false)
Method
System.Void
The method is called when a child control is added to the .
Raising an event invokes the event handler through a delegate. For more information, see Raising an Event.
The method also allows derived classes to handle the event without attaching a delegate. This is the preferred technique for handling the event in a derived class.
Raises the event.
A that contains the event data.
2.0.0.0
Method
System.Void
The is called when a child control is removed from the .
Raising an event invokes the event handler through a delegate. For more information, see Raising an Event.
The method also allows derived classes to handle the event without attaching a delegate. This is the preferred technique for handling the event in a derived class.
Raises the event.
A that contains the event data.
2.0.0.0
Method
System.Void
Raising an event invokes the event handler through a delegate. For more information, see Raising an Event.
The method also allows derived classes to handle the event without attaching a delegate. This is the preferred technique for handling the event in a derived class.
Raises the event.
A that contains the event data.
2.0.0.0
Method
System.Void
Raising an event invokes the event handler through a delegate. For more information, see Raising an Event.
The method also allows derived classes to handle the event without attaching a delegate. This is the preferred technique for handling the event in a derived class.
Raises the event.
A that contains the event data.
2.0.0.0
Method
System.Void
To be added.
To be added.
To be added.
2.0.0.0
System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)
Method
System.Void
To be added.
Raises the event.
The event data.
2.0.0.0
Method
System.Void
Raising an event invokes the event handler through a delegate. For more information, see Raising an Event.
The method also allows derived classes to handle the event without attaching a delegate. This is the preferred technique for handling the event in a derived class.
Raises the event.
A that contains the event data.
2.0.0.0
Method
2.0.0.0
System.Void
Raising an event invokes the event handler through a delegate. For more information, see Raising an Event.
The method also allows derived classes to handle the event without attaching a delegate. This is the preferred technique for handling the event in a derived class.
Raises the event.
An that contains the event data.
Property
System.Windows.Forms.Orientation
To be added.
To be added.
Gets or sets a value indicating the horizontal or vertical orientation of the .
2.0.0.0
Method
System.Windows.Forms.ToolStripPanelRow
To be added.
Retrieves the given a point within the client area.
The that contains the , or null if no such exists.
A used as a reference to find the .
2.0.0.0
Property
System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)
System.ComponentModel.Browsable(false)
System.Windows.Forms.ToolStripRenderer
To be added.
To be added.
Gets or sets a used to customize the appearance of a .
2.0.0.0
Event
System.EventHandler
For more information about handling events, see Consuming Events.
Occurs when the value of the property changes.
2.0.0.0
Property
System.Windows.Forms.ToolStripRenderMode
To be added.
To be added.
Gets or sets the painting styles to be applied to the .
2.0.0.0
Property
System.Windows.Forms.Padding
To be added.
To be added.
Gets or sets the spacing, in pixels, between the s and the .
2.0.0.0
Property
System.Windows.Forms.ToolStripPanelRow[]
To be added.
To be added.
Gets the s in this .
2.0.0.0
System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)
System.ComponentModel.Browsable(false)
Property
System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)
System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)
System.ComponentModel.Browsable(false)
System.Int32
To be added.
This property is not relevant to this class.
This property is not relevant to this class.
2.0.0.0
Event
System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)
System.ComponentModel.Browsable(false)
System.EventHandler
This event is not relevant for this class.
This event is not relevant for this class.
2.0.0.0
Property
System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)
System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)
System.ComponentModel.Browsable(false)
System.Boolean
To be added.
This property is not relevant to this class.
This property is not relevant to this class.
2.0.0.0
Event
System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)
System.ComponentModel.Browsable(false)
System.EventHandler
This event is not relevant for this class.
This event is not relevant for this class.
2.0.0.0
Property
System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)
System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)
System.ComponentModel.Browsable(false)
System.String
To be added.
This property is not relevant to this class.
This property is not relevant to this class.
2.0.0.0
Event
System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)
System.ComponentModel.Browsable(false)
System.EventHandler
This event is not relevant for this class.
This event is not relevant for this class.
2.0.0.0