Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Inserts a separator into the toolbar.
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