DeleteSeparator Method (Toolbar Control)
Windows - Visual C++
Description
The DeleteSeparator method deletes
the separator before the specified button.
Syntax
long result = DeleteSeparator(short ButtonId);
The DeleteSeparator syntax has these parts:
Part |
Description |
buttonID |
A short integer containing the ID of the button preceded by the separator to be deleted. |
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 AddSeparator DeleteButton
Back to: Toolbar Methods