Version

About the Button Tool

In WinToolbarsManager™, tools are the basic building blocks of all toolbars and menus. Tools are analogous to MenuItems in standard .NET menus or Commands in Microsoft Office menus and toolbars. There are over 15 native tool types available in WinToolbarsManager. Each tool type can exist as either a Root Tool or an Instance Tool (for more information, see Root Tools and Instance Tools).

Note
Note

Note: The button tools do not fire keyboard events (KeyPress, KeyUp, KeyDown) since they do not accept focus. KeyBoard events are fired only when you have a tool that has the ability to accept focus (E.g., TextBoxTool).

Class Name:

Derived From:

Description:

The Button tool provides standard toolbar button behavior and look. Button tools can display an image and/or text, and can reside on toolbars or menus. When on a toolbar, ButtonTools behave like command buttons when pressed (i.e. they visually depress, return to the up position, and fire a click event).

Sample:

example of ultratoolbarsmanager button tool
example of ultratoolbarsmanager button tool