Represents a toolbar button.
| C# | Visual Basic | Visual C++ |
public interface IToolButton
Public Interface IToolButton
public interface class IToolButton
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| Category |
Gets a member of ActionCategories indicating the button's action category.
| |
| Clone()()() |
Creates an exact copy of the button.
| |
| Create()()() |
Creates a toolstripitem representing the button.
| |
| DisplayName |
Gets the display name of the button. This name is displayed to the user.
| |
| Image |
Gets the display image of the button.
| |
| Name |
Gets the internal name of the button. This property is used to identify
the action associated with the button.
| |
| Type |
Gets the internal type of the button. This property is used to identify
the action associated with the button.
|