Buttons

Pivot supports the standard set of common button types including push buttons, radio buttons, and checkboxes. A button resembling an HTML hyperlink is also supported.

Some Pivot buttons.

Pivot also provides two additional button classes that expand on the functionality offered by the basic button types: ListButton and MenuButton. List buttons are similar to an HTML <select> and are discussed in the Lists tutorial. Menu buttons are similar to list buttons but provide drop-down access to a popup menu rather than a list; they are discussed in the the Menus section.

Menu.Item and MenuBar.Item are two additional Button subclasses. They are also discussed in the Menus section.

Next: Push Buttons