Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Inserts a separator into the pop-up menu at the specified location.
int InsertSeparator(
int iInsertAt = -1
);
Parameters
- [in] iInsertAt
The zero-based index of the position where this method will insert the separator.
Return Value
The zero-based index of the position where the separator was inserted. -1 if this method fails.
Remarks
A value of -1 for iInsertAt means this method will add the separator to the end of the pop-up menu.
This method fails if iInsertAt is an invalid value.
Requirements
Header: afxpopupmenu.h