Rebar Class

Methods | This Package | All Packages

Encapsulates a rebar control, which contains other controls within moveable, resizable bands.

Component
  |
  +--Control
    |
    +--Rebar

package com.ms.wfc.ui

public class Rebar
extends
Control

Remarks

In addition to containing a control, each rebar band can contain a gripper bar, a bitmap, and a text label. Rebar controls are commonly used to contain toolbar controls. Use the addBand method to add a rebar band to the rebar control, and use the RebarBand.setChildControl method to add a control to the rebar band.