int CBCGPPopupMenu::InsertSeparator | ( | int | iInsertAt = -1 | ) |
Inserts separator at the specified position.
Inserts a separator into the popup menu at the specified position. If the specified by iInsertAt position is -1 the separator is added at the end of the popup menu.
iInsertAt | Specifies the zero-based index of the position to insert the separator. |