Methods | This Package | All Packages

ToolBarButton Class

Encapsulates a button on a toolbar.

Component
  |
  +--ToolBarButton

package com.ms.wfc.ui

public class ToolBarButton
extends
Component

Remarks

A toolbar usually consists of a horizontally arranged group of buttons that contain some combination of images and text which, when combined, provide a visual cue as to the button's purpose. A WFC toolbar is encapsulated in the ToolBar class. After creating an instance of this class, you can use the class' addButton method successively to add buttons to the toolbar. Each of these buttons is a ToolBarButton object instance.