ReBarBand Interface Reference

Represents one panel in the ReBar. More...

List of all members.

Properties

BSTR RW Text []
 Returns or sets the text of the band.
LONG RW ImageIndex []
 Returns or sets the image index in the ReBar's ImageList.
LONG RW Color []
 Returns or sets the color of the band.
VARIANT_BOOL RW ParentColor []
 Determines where a band looks for its color.
VARIANT W Image []
 Returns or sets the background image of the band.
VARIANT_BOOL RW ParentImage []
 Determines where a band looks for its background image.
VARIANT_BOOL RW FixedImage []
 Specifies that the band uses part of its parent ReBar's background image that corresponds the band's position.
VARIANT_BOOL RW FixedSize []
 Specifies that the band cannot be sized.
VARIANT_BOOL RW Break []
 Specifies that the band is on a new line.
VARIANT_BOOL RW GripperAlways []
 Specifies that the band will always have sizing grip.
VARIANT_BOOL RW Locked []
 Specifies that the band cannot be moved.
VARIANT_BOOL RW Chevron []
 The property used by a bands that contains a toolbar.


Detailed Description

Represents one panel in the ReBar.

See also the method Band of the ReBar.


Property Documentation

VARIANT_BOOL RW Break

Specifies that the band is on a new line.

VARIANT_BOOL RW Chevron

The property used by a bands that contains a toolbar.

If the property is true then the associated toolbar may be shown partialy. In this case the toolbar will be have a menu that contains menu items for the hidden buttons.

LONG RW Color

Returns or sets the color of the band.

VARIANT_BOOL RW FixedImage

Specifies that the band uses part of its parent ReBar's background image that corresponds the band's position.

The background image does not move when the band is resized or moved.

VARIANT_BOOL RW FixedSize

Specifies that the band cannot be sized.

VARIANT_BOOL RW GripperAlways

Specifies that the band will always have sizing grip.

VARIANT W Image

Returns or sets the background image of the band.

LONG RW ImageIndex

Returns or sets the image index in the ReBar's ImageList.

VARIANT_BOOL RW Locked

Specifies that the band cannot be moved.

VARIANT_BOOL RW ParentColor

Determines where a band looks for its color.

If ParentColor is false, the band uses its own Color property. To have a band use the same color as its parent ReBar, set ParentColor to true.

VARIANT_BOOL RW ParentImage

Determines where a band looks for its background image.

If ParentImage is false, the band uses its own Image property. To have a band use the same image as its parent ReBar, set ParentImage to true.

BSTR RW Text

Returns or sets the text of the band.


WSO 1.1 Documentation. Date modified:Wed Aug 12 18:13:04 2015. (C) Veretennikov A. B. 2004-2015