BCGControlBar Pro for MFC
int CBCGPTasksPane::AddSeparator ( int  nGroup)
inline

Adds a separator to the specified task group.

Returns
The zero-based index in the internal group list if the function succeeds; it's -1 if the specifies by nGroup group does not exist.

Use this method to add a new separator to task group. The separator will be placed next to a task added by a previous call on AddTask().

Parameters
nGroupThe group index.