AddSeparator |
Add a separator control. This control will draw a vertical line that separates groups of controls
Prototype:
AddSeparator(LONG BandID, LONG ID=0, LONG Flags=0, <LONG InsertAfterID>)
Arguments:
BandID |
ID of the band the control should be added to |
ID |
The unique ID of this control |
Flags |
Not in use! Always omit, or set to 0 |
InsertAfterID |
Optional. Control should be inserted after the control with InsertAfter-ID. If you specify 0 as InsertAfterID, the control will be inserted first in band. |