System.Windows.Forms
1.0.5000.0
2.0.0.0
System.Windows.Forms.ScrollableControl
System.Runtime.InteropServices.ComVisible(true)
System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)
System.Windows.Forms.Docking(System.Windows.Forms.DockingBehavior.Ask)
System.ComponentModel.Designer("System.Windows.Forms.Design.PanelDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")
System.ComponentModel.DefaultEvent("Paint")
System.ComponentModel.DefaultProperty("BorderStyle")
A is a control that contains other controls. You can use a to group collections of controls such as a group of controls. As with other container controls such as the control, if the control's property is set to false, the controls contained within the will also be disabled.
The control is displayed by default without any borders. You can provide a standard or three-dimensional border using the property to distinguish the area of the panel from other areas on the form. Because the control derives from the class, you can use the property to enable scroll bars in the control. When the property is set to true, any controls located within the (but outside of its visible region), can be scrolled to with the scroll bars provided.
The control does not display a caption. If you need a control similar to a that can display a caption, see the control.
Used to group collections of controls.
Constructor
To be added.
Initializes a new instance of the class.
1.0.5000.0
2.0.0.0
Property
2.0.0.0
System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Visible)
System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Always)
System.ComponentModel.Browsable(true)
System.Boolean
To be added.
To be added.
Gets or sets a value that indicates whether the control resizes based on its contents.
Event
2.0.0.0
System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Always)
System.ComponentModel.Browsable(true)
System.EventHandler
For more information about handling events, see Consuming Events.
Occurs when the value of the property has changed.
Property
2.0.0.0
System.ComponentModel.Localizable(true)
System.ComponentModel.DefaultValue(System.Windows.Forms.AutoSizeMode.GrowOnly)
System.ComponentModel.Browsable(true)
System.Windows.Forms.AutoSizeMode
To be added.
To be added.
Indicates the automatic sizing behavior of the control.
Property
System.Runtime.InteropServices.DispId(-504)
System.ComponentModel.DefaultValue(System.Windows.Forms.BorderStyle.None)
System.Windows.Forms.BorderStyle
To be added.
By default, the control is displayed without a border. You can use this property to distinguish the boundaries of the control from other areas on the form.
Indicates the border style for the control.
1.0.5000.0
2.0.0.0
Property
System.Windows.Forms.CreateParams
To be added.
To be added.
Gets the required creation parameters when the control handle is created.
1.0.5000.0
2.0.0.0
Property
System.Drawing.Size
To be added.
To be added.
Gets the default size of the control.
1.0.5000.0
2.0.0.0
Event
System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)
System.ComponentModel.Browsable(false)
System.Windows.Forms.KeyEventHandler
To be added.
This member is not meaningful for this control.
1.0.5000.0
2.0.0.0
Event
System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)
System.ComponentModel.Browsable(false)
System.Windows.Forms.KeyPressEventHandler
To be added.
This member is not meaningful for this control.
1.0.5000.0
2.0.0.0
Event
System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)
System.ComponentModel.Browsable(false)
System.Windows.Forms.KeyEventHandler
To be added.
This member is not meaningful for this control.
1.0.5000.0
2.0.0.0
Method
System.Void
To be added.
Fires the event indicating that the panel has been resized. Inheriting controls should use this in favor of actually listening to the event, but should still call base.onResize to ensure that the event is fired for external listeners.
An that contains the event data.
1.0.5000.0
2.0.0.0
Property
System.ComponentModel.DefaultValue(false)
System.Boolean
To be added.
When the user presses the TAB key, the input focus is set to the next control in the tab order. Controls with the property value of false are not included in the collection of controls in the tab order. The tab order can be manipulated by setting the control's property value.
The property has no effect on the control as it is a container object.
Gets or sets a value indicating whether the user can give the focus to this control using the TAB key.
1.0.5000.0
2.0.0.0
Property
System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)
System.ComponentModel.Browsable(false)
System.ComponentModel.Bindable(false)
System.String
To be added.
To be added.
This member is not meaningful for this control.
1.0.5000.0
2.0.0.0
Event
System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)
System.ComponentModel.Browsable(false)
System.EventHandler
To be added.
This member is not meaningful for this control.
1.0.5000.0
2.0.0.0
Method
System.String
To be added.
Returns a string representation for this control.
A representation of the control.
1.0.5000.0
2.0.0.0