Version

About the StateButton 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).

Class Name:

Derived From:

Description:

The StateButton Tool is a toggle-type button which operates in groups much like a radio button. It has a Checked property which reflects its state and an OptionSet property which identifies it as part of a group of StateButtons. All StateButtons that have been assigned to the same OptionSet behave as a group - only one button in the OptionSet can be checked at any given time. In addition, OptionSets have an AllowAllUp property that determines whether all buttons in the group can be 'up' or unchecked at the same time.

Sample:

example of ultratoolbarsmanager statebutton tool