System.Windows.Forms 2.0.0.0 System.Windows.Forms.ToolStripItem System.Windows.Forms.Design.ToolStripItemDesignerAvailability(System.Windows.Forms.Design.ToolStripItemDesignerAvailability.ToolStrip) Use to create a toolbar button that supports both text and images. Use the and properties to get or set the positioning of images and text. You can display a with various border styles, and you can use it to represent and activate operational states. You can also define it to have the focus by default. Although replaces and extends the control of previous versions, is retained for both backward compatibility and future use. Represents a selectable that can contain text and images. Constructor To be added. Initializes a new instance of the class. 2.0.0.0 Constructor Use this constructor to create a that displays only an image on the . Initializes a new instance of the class that displays the specified image. The image to display on the . 2.0.0.0 Constructor Use this constructor to create a that displays only text on the . Initializes a new instance of the class that displays the specified text. The text to display on the . 2.0.0.0 Constructor Use this constructor to create a that displays both an image and text. Initializes a new instance of the class that displays the specified text and image. The text to display on the . The image to display on the . 2.0.0.0 Constructor Use this constructor to create a that displays both an image and text and raises the event when clicked. Initializes a new instance of the class that displays the specified text and image and that raises the event. The text to display on the . The image to display on the . An event handler that raises the event. 2.0.0.0 Constructor Use this constructor to create a with the specified name that displays both an image and text and raises the event when clicked. Initializes a new instance of the class with the specified name that displays the specified text and image and that raises the event. The text to display on the . The image to display on the . An event handler that raises the event. The name of the . 2.0.0.0 Property System.ComponentModel.DefaultValue(true) System.Boolean To be added. Set the property to false to display custom on a . Gets or sets a value indicating whether default or custom text is displayed on the . 2.0.0.0 Property System.Boolean To be added. To be added. Gets a value indicating whether the can be selected. 2.0.0.0 Property System.ComponentModel.DefaultValue(false) System.Boolean To be added. To be added. Gets or sets a value indicating whether the is pressed or not pressed. 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.ComponentModel.DefaultValue(false) System.Boolean To be added. To be added. Gets or sets a value indicating whether the should automatically appear pressed in and not pressed in when clicked. 2.0.0.0 Property System.ComponentModel.DefaultValue(System.Windows.Forms.CheckState.Unchecked) System.Windows.Forms.CheckState To be added. Set the to Indeterminate when you do not want to set a default state. Gets or sets a value indicating whether the is in the pressed or not pressed state by default, or is in an indeterminate state. 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 Method System.Windows.Forms.AccessibleObject If you do not explicitly call , 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 . A new for the . 2.0.0.0 System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced) Property System.Boolean To be added. To be added. Gets a value indicating whether to display the ToolTip that is defined as the default. 2.0.0.0 Method System.Drawing.Size To be added. Retrieves the size of a rectangular area into which a can be fitted. An ordered pair of type representing the width and height of a rectangle. The specified area for a . 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. An 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. An 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. An 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