| GetAnchorHighlight | Retrieves the anchor highlight setting for a toolbar. |
| GetBitmap | Retrieves the index of the bitmap associated with a button in a toolbar. |
| GetBitmapFlags | Gets flags associated with the toolbar's bitmap. |
| GetButton | Retrieves information about the specified button in a toolbar control. |
| GetButtonCount | Retrieves a count of the buttons currently in the toolbar control. |
| GetButtonSize | Retrieves the current width and height of toolbar buttons, in pixels. |
| GetDisabledImageList | Retrieves the image list that a toolbar control uses to display disabled buttons. |
| GetDropTarget | Retrieves the IDropTarget interface for a toolbar control. |
| GetExtendedStyle | Retrieves the extended styles for a toolbar control. |
| GetHotImageList | 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. |
| GetHotItem | Retrieves the index of the hot item in a toolbar. |
| GetImageList | Retrieves the image list that a toolbar control uses to display buttons in their default state. |
| GetInsertMark | Retrieves the current insertion mark for the toolbar. |
| GetInsertMarkColor | Retrieves the color used to draw the insertion mark for the toolbar. |
| GetItemRect | Retrieves the bounding rectangle of a button in a toolbar control. |
| GetMaxSize | Retrieves the total size of all of the visible buttons and separators in the toolbar. |
| GetMaxTextRows | Retrieves the maximum number of text rows displayed on a toolbar button. |
| GetMetrics | Retrieves the metrics of a toolbar control. |
| GetRect | Retrieves the bounding rectangle for a specified toolbar button. |
| GetRows | Retrieves the number of rows of buttons currently displayed in the toolbar. |
| GetState | Retrieves information about the state of the specified button in a toolbar control, such as whether it is enabled, pressed, or checked. |
| GetStyle | Retrieves the styles currently in use for a toolbar control. |
| GetToolTips | Retrieves the handle of the tool tip control, if any, associated with the toolbar control. |
| HitTest | Determines where a point lies in a toolbar control. |
| InsertMarkHitTest | Retrieves the insertion mark information for a point in a toolbar. |
| IsButtonChecked | Tells whether the specified button in a toolbar control is checked. |
| IsButtonEnabled | Tells whether the specified button in a toolbar control is enabled. |
| IsButtonHidden | Tells whether the specified button in a toolbar control is hidden. |
| IsButtonHighlighted | Checks the highlight state of the toolbar button. |
| IsButtonIndeterminate | Tells whether the state of the specified button in a toolbar control is indeterminate (gray). |
| IsButtonPressed | Tells whether the specified button in a toolbar control is pressed. |
| MapAccelerator | Maps an accelerator character to a toolbar button. |
| MoveButton | Moves a button from one index to another. |
| SetAnchorHighlight | Sets the anchor highlight setting for a toolbar. |
| SetBitmapSize | Sets the size of the bitmapped images to be added to a toolbar control. |
| SetButtonSize | Sets the size of the buttons to be added to a toolbar control. |
| SetButtonStructSize | Specifies the size of the TBBUTTON structure. |
| SetButtonWidth | Sets the minimum and maximum button widths in the toolbar control. |
| SetCmdID | Sets the command identifier to be sent to the owner window when the specified button is pressed. |
| SetDisabledImageList | Sets the image list that the toolbar control will use to display disabled buttons. |
| SetExtendedStyle | Sets the extended styles for a toolbar control. |
| SetHotImageList | Sets the image list that the toolbar control will use to display "hot" buttons. |
| SetHotItem | Sets the hot item in a toolbar. |
| SetImageList | Sets the image list that the toolbar will use to display buttons that are in their default state. |
| SetIndent | Sets the indentation for the first button in a toolbar control. |
| SetInsertMark | Sets the current insertion mark for the toolbar. |
| SetInsertMarkColor | Sets the color used to draw the insertion mark for the toolbar. |
| SetMaxTextRows | Sets the maximum number of text rows displayed on a toolbar button. |
| SetMetrics | Sets the metrics of a toolbar control. |
| SetWindowTheme | Sets the visual style of a toolbar control. |
| SetOwner | Sets the window to receive notification messages from the toolbar control. |
| SetRows | Sets the number of rows of buttons displayed in the toolbar. |
| SetState | Sets the state for the specified button in a toolbar control. |
| SetStyle | Sets the styles for a toolbar control. |
| SetToolTips | Associates a tool tip control with the toolbar control. |