Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Base Class Members
Construction
Attributes
Operations
Base Class Members
Construction
Creates a toolbar control and attaches it to a CToolBarCtrl object. |
|
Creates a toolbar control with the specified Windows extended styles and attaches it to a CToolBarCtrl object. |
|
Constructs a CToolBarCtrl object. |
Attributes
Retrieves the anchor highlight setting for a toolbar. |
|
Retrieves the index of the bitmap associated with a button in a toolbar. |
|
Gets flags associated with the toolbar's bitmap. |
|
Retrieves a count of the buttons currently in the toolbar control. |
|
Retrieves information about the specified button in a toolbar control. |
|
Retrieves the current width and height of toolbar buttons, in pixels. |
|
Retrieves the color scheme of the current toolbar control. |
|
Retrieves the image list that a toolbar control uses to display disabled buttons. |
|
Retrieves the IDropTarget interface for a toolbar control. |
|
Retrieves the extended styles for a toolbar control. |
|
Retrieves the image list that a toolbar control uses to display "hot" buttons. A hot button appears highlighted when the mouse pointer is above it. |
|
Retrieves the index of the hot item in a toolbar. |
|
Retrieves the image list that a toolbar control uses to display buttons in their default state. |
|
Retrieves the current insertion mark for the toolbar. |
|
Retrieves the color used to draw the insertion mark for the toolbar. |
|
Retrieves the bounding rectangle of a button in a toolbar control. |
|
Retrieves the total size of all of the visible buttons and separators in the toolbar. |
|
Retrieves the maximum number of text rows displayed on a toolbar button. |
|
Retrieves the metrics of a toolbar control. |
|
Retrieves the horizontal and vertical padding of the current toolbar control. |
|
Retrieves the image list that the current toolbar control uses to represent buttons in the pressed state. |
|
Retrieves the bounding rectangle for a specified toolbar button. |
|
Retrieves the number of rows of buttons currently displayed in the toolbar. |
|
Retrieves information about the state of the specified button in a toolbar control, such as whether it is enabled, pressed, or checked. |
|
Retrieves the styles currently in use for a toolbar control. |
|
Retrieves the handle of the tool tip control, if any, associated with the toolbar control. |
|
Determines where a point lies in a toolbar control. |
|
Retrieves the insertion mark information for a point in a toolbar. |
|
Tells whether the specified button in a toolbar control is checked. |
|
Tells whether the specified button in a toolbar control is enabled. |
|
Tells whether the specified button in a toolbar control is hidden. |
|
Checks the highlight state of the toolbar button. |
|
Tells whether the state of the specified button in a toolbar control is indeterminate (gray). |
|
Tells whether the specified button in a toolbar control is pressed. |
|
Maps an accelerator character to a toolbar button. |
|
Moves a button from one index to another. |
|
Sets the anchor highlight setting for a toolbar. |
|
Sets the size of the bitmapped images to be added to a toolbar control. |
|
Sets the size of the buttons to be added to a toolbar control. |
|
Specifies the size of the TBBUTTON structure. |
|
Sets the minimum and maximum button widths in the toolbar control. |
|
Sets the command identifier to be sent to the owner window when the specified button is pressed. |
|
Sets the color scheme of the current toolbar control. |
|
Sets the image list that the toolbar control will use to display disabled buttons. |
|
Sets the extended styles for a toolbar control. |
|
Sets the image list that the toolbar control will use to display "hot" buttons. |
|
Sets the hot item in a toolbar. |
|
Sets the image list that the toolbar will use to display buttons that are in their default state. |
|
Sets the indentation for the first button in a toolbar control. |
|
Sets the current insertion mark for the toolbar. |
|
Sets the color used to draw the insertion mark for the toolbar. |
|
Sets the maximum number of text rows displayed on a toolbar button. |
|
Sets the metrics of a toolbar control. |
|
Sets the window to receive notification messages from the toolbar control. |
|
Sets the horizontal and vertical padding of the current toolbar control. |
|
Sets the image list that the current toolbar control uses to represent buttons in the pressed state. |
|
Sets the number of rows of buttons displayed in the toolbar. |
|
Sets the state for the specified button in a toolbar control. |
|
Sets the styles for a toolbar control. |
|
Associates a tool tip control with the toolbar control. |
|
Sets the visual style of a toolbar control. |
Operations
Adds one or more bitmap button images to the list of button images available for a toolbar control. |
|
Adds one or more buttons to a toolbar control. |
|
Adds a new string, passed as a resource ID, to the toolbar's internal list of strings. |
|
Adds a new string or strings, passed as a pointer to a buffer of null-separated strings, to the toolbar's internal list of strings. |
|
Resizes a toolbar control. |
|
Changes the bitmap for a button in the current toolbar control. |
|
Checks or clears a given button in a toolbar control. |
|
Retrieves the zero-based index for the button associated with the specified command identifier. |
|
Displays the Customize Toolbar dialog box. |
|
Deletes a button from the toolbar control. |
|
Enables or disables the specified button in a toolbar control. |
|
Retrieves the information for a button in a toolbar. |
|
Retrieves a toolbar string. |
|
Hides or shows the specified button in a toolbar control. |
|
Sets or clears the indeterminate (gray) state of the specified button in a toolbar control. |
|
Inserts a button in a toolbar control. |
|
Loads bitmaps into a toolbar control's image list. |
|
Sets the highlight state of a given button in a toolbar control. |
|
Presses or releases the specified button in a toolbar control. |
|
Replaces the existing bitmap in the current toolbar control with a new bitmap. |
|
Restores the state of the toolbar control. |
|
Saves the state of the toolbar control. |
|
SetButtonInfoCToolBarCtrl::SetButtonInfo |
Sets the information for an existing button in a toolbar. |
SetDrawTextFlagsCToolBarCtrl::SetDrawTextFlags |
Sets the flags in the Win32 function DrawText, which is used to draw the text in the specified rectangle, formatted according to how the flags are set. |