Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Constructors
| CReBarCtrl | Constructs a CReBarCtrl object. |
Initialization
| Create | Creates the rebar control and attaches it to the CReBarCtrl object. |
Attributes
| 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. |
| GetDropTarget | Retrieves a rebar control's IDropTarget interface pointer. |
| GetRect | Retrieves the bounding rectangle for a given 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. |
| GetToolTips | Retrieves the handle to any tool tip control associated with the rebar control. |
| IDToIndex | Converts a band identifier (ID) 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. |
| SetToolTips | Associates a tool tip control with the rebar control. |
| 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. |
| GetPalette | Retrieves the rebar control's current palette. |
| SetPalette | Sets the rebar control's current palette. |
Operations
| 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 given 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 given band in a rebar control. |
| SizeToRect | Fits a rebar control to a specified rectangle. |
| MoveBand | Moves a band from one index to another. |