System.Windows.Forms
2.0.0.0
System.Windows.Forms.ToolStrip
System.Runtime.InteropServices.ComVisible(true)
System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)
replaces the control. Special features of include a custom table layout, support for the form's sizing and moving grips, and support for the property, which allows a to fill available space automatically.
The following items are specifically designed to work seamlessly with both and in all orientations. They are available by default at design time for the control:
-
-
-
-
A control displays information about an object being viewed on a , the object's components, or contextual information that relates to that object's operation within your application. Typically, a control consists of objects, each of which displays text, an icon, or both. The can also contain , , and controls.
The default has no panels. To add panels to a , use the method, or use the StatusStrip Items Collection Editor at design time to add, remove, or reorder items and modify properties. Use the StatusStrip Tasks Dialog Box at design time to run common commands.
Although replaces and extends the control of previous versions, is retained for both backward compatibility and future use if you choose.
Represents a Windows status bar control.
Constructor
To be added.
Initializes a new instance of the class.
2.0.0.0
Property
2.0.0.0
System.ComponentModel.DefaultValue(false)
System.ComponentModel.Browsable(false)
System.Boolean
To be added.
To be added.
Gets or sets a value indicating whether the supports overflow functionality.
Method
2.0.0.0
System.Windows.Forms.AccessibleObject
If you do not explicitly call the method, it will be called when the property is referenced.
To get or set the property, you must add a reference to the Accessibility assembly installed with the .NET Framework.
Creates a new accessibility object for the control.
A new for the control.
Method
2.0.0.0
System.Windows.Forms.ToolStripItem
Use the method to add a with commonly used characteristics to a .
Creates a default with the specified text, image, and event handler on a new instance.
A , or a if the parameter is a hyphen (-).
The text to use for the . If the parameter is a hyphen (-), this method creates a .
The to display on the .
An event handler that raises the event when the is clicked.
Property
System.Windows.Forms.DockStyle
To be added.
To be added.
Gets which borders of the are docked to the .
2.0.0.0
Property
System.Windows.Forms.Padding
To be added.
Use the property to set the interior space between controls. When a control is a container of items, padding represents the space from the edge of the container.
Gets the spacing, in pixels, between the left, right, top, and bottom edges of the from the edges of the form.
2.0.0.0
Property
System.Boolean
To be added.
To be added.
Gets a value indicating whether ToolTips are shown for the by default.
2.0.0.0
Property
System.Drawing.Size
To be added.
To be added.
Gets the size, in pixels, of the when it is first created.
2.0.0.0
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.
Use the property to define how a is automatically resized as its parent control is resized. For example, setting to causes the to align itself with the left edges of its parent control and to resize as the parent control is resized. Controls are docked in their Z-order, which is the visual layering of controls on a form along the form's Z-axis (depth).
A control can be docked to one edge of its parent container or can be docked to all edges and fill the parent container.
Gets or sets which borders are docked to its parent control and determines how a is resized with its parent.
2.0.0.0
System.ComponentModel.DefaultValue(System.Windows.Forms.DockStyle.Bottom)
Property
System.Windows.Forms.ToolStripGripStyle
To be added.
Even with the property set to true and the property set to Visible, the sizing grip will not be displayed unless you also set the property to one of the overflow values. If the property is set to or , the sizing grip will not be displayed.
Gets or sets the visibility of the grip used to reposition the control.
2.0.0.0
System.ComponentModel.DefaultValue(System.Windows.Forms.ToolStripGripStyle.Hidden)
Property
System.Windows.Forms.ToolStripLayoutStyle
To be added.
Use the property to get or set how items are arranged on the .
Gets or sets a value indicating how the lays out the items collection.
2.0.0.0
System.ComponentModel.DefaultValue(System.Windows.Forms.ToolStripLayoutStyle.Table)
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.
Paints the background of the control.
A that contains information about the to paint.
2.0.0.0
Method
2.0.0.0
System.Void
Override to do custom table layouts. The default value of is .
Provides custom table layout for a .
Property
System.Windows.Forms.Padding
To be added.
This property is not relevant for this class.
This property is not relevant for this class.
2.0.0.0
System.ComponentModel.Browsable(false)
Event
System.EventHandler
This event is not relevant for this class.
This event is not relevant for this class.
2.0.0.0
System.ComponentModel.Browsable(false)
Method
2.0.0.0
System.Void
To be added.
To be added.
Property
System.Boolean
To be added.
Use the property to get or set display behavior.
Gets or sets a value indicating whether ToolTips are shown for the .
2.0.0.0
System.ComponentModel.DefaultValue(false)
Property
System.Drawing.Rectangle
To be added.
To be added.
Gets the boundaries of the sizing handle (grip) for a .
2.0.0.0
System.ComponentModel.Browsable(false)
Property
System.Boolean
To be added.
You can use the property to display a grip to provide an indication to the user of when a is resizable.
Even with the property set to true and the property set to Visible, the sizing grip will not be displayed unless you also set the property to one of the overflow values. If the property is set to or , the sizing grip will not be displayed.
Gets or sets a value indicating whether a sizing handle (grip) is displayed in the lower-right corner of the control.
2.0.0.0
System.ComponentModel.DefaultValue(true)
Property
System.Boolean
To be added.
To be added.
Gets or sets a value indicating whether the stretches from end to end in its container.
2.0.0.0
System.ComponentModel.DefaultValue(true)
Method
System.Void
To be added.
To be added.
To be added.
2.0.0.0