CMFCToolBar::InsertSeparator

 

Inserts a separator into the toolbar.

Syntax

virtual int InsertSeparator(
   INT_PTR iInsertAt=-1 
);

Parameters

  • [in] iInsertAt
    Specifies the zero-based position to insert the separator at. This parameter must be larger than 0.

Return Value

The position at which the separator was inserted or -1 if an error occurs.

Remarks

Call this method to insert a separator between two existing buttons. If iInsertAt is -1, this method adds the separator to the end of the list of toolbar buttons.

You cannot use this method to add a separator to an empty toolbar.

Call the CMFCToolBar::InsertButton method to insert a button into the toolbar.

Requirements

Header: afxtoolbar.h

See Also

CMFCToolBar Class
Hierarchy Chart
CMFCToolBar::InsertButton