hSeries = WinXNewAutoSizerSeries (direction)
Creates a new Auto Sizer series.
Parameter | Description |
---|---|
direction | A constant identifiying the direction in which controls are added to this series |
the handle to the series or -1 on error
The direction parameter is one of these two vaues:
'create a horizontal series hSeries = WinXNewAutoSizerSeries ($$DIR_HORIZ) |