AddSeparator Method (Toolbar Control)
Windows - Visual C++
Description
The AddSeparator method adds a
separator before the specified button.
Syntax
long result = AddSeparator(short ButtonId);
The AddSeparator syntax has these parts:
Part |
Description |
buttonID |
A short integer containing the ID of the button before which the separator will be added. |
result |
A Boolean containing TRUE if the method succeeds and FALSE if not. |
Remarks
See Toolbar
for a list of valid button IDs.
See Also: AddButton DeleteButton DeleteSeparator
Back to: Toolbar Methods