CReBarCtrl Methods

Constructors Methods

Method Description
CReBarCtrl Constructs a CReBarCtrl object.

Initialization Methods

Method Description
Create Creates the rebar control and attaches it to the CReBarCtrl object.

Attributes Methods

Method Description
GetBandCount Retrieves the count of bands currently in the rebar control.
GetBandInfo Retrieves information about a specified band in a rebar control.
GetBarHeight Retrieves the height of the rebar control.
GetBarInfo Retrieves information about the rebar control and the image list it uses.
GetBkColor Retrieves a rebar control's default background color.
GetRect Retrieves the bounding rectangle for a specified band in a rebar control.
GetRowCount Retrieves the number of band rows in a rebar control.
GetRowHeight Retrieves the height of a specified row in a rebar control.
GetTextColor Retrieves a rebar control's default text color.
IDToIndex Converts a band identifier to a band index in a rebar control.
SetBandInfo Sets characteristics of an existing band in a rebar control.
SetBarInfo Sets the characteristics of a rebar control.
SetBkColor Sets a rebar control's default background color.
SetOwner Sets a rebar control's owner window.
SetTextColor Sets a rebar control's default text color.
GetImageList Retrieves the image list associated with a rebar control.
SetImageList Sets a rebar control's image list.
GetBandBorders Retrieves the borders of a band.

Operations Methods

Method Description
BeginDrag Places the rebar control into drag-and-drop mode.
DeleteBand Deletes a band from a rebar control.
DragMove Updates the drag position in the rebar control after a call to BeginDrag.
EndDrag Terminates the rebar control's drag-and-drop operation.
HitTest Determines which portion of a rebar band is at a specified point on the screen, if a rebar band exists at that point.
InsertBand Inserts a new band in a rebar control.
MaximizeBand Resizes a band in a rebar control to its ideal or largest size.
MinimizeBand Resizes a band in a rebar control to its smallest size.
ShowBand Shows or hides a specified band in a rebar control.
SizeToRect Fits a rebar control to a specified rectangle.