InsertToolBarSeparatorEx |
www.progui.co.uk Top Previous Next |
InsertToolBarSeparatorEx() Syntax Success = InsertToolBarSeparatorEx(Toolbar.i, Position.l) Description Inserts a vertical separator into a ToolBarEx. Toolbar.i specifies the handle/ID of the ToolBarEx you want to insert the separator into. Position.l is the zero-based index of where the separator will be inserted and can be -1 in order to append the separator to the end of the ToolBarEx.
Returns nonzero if successful.
|