New1
Previous  Next

Initializes the control.
Syntax: New1 (FormName As Control, Left As Int32, Top As Int32, Width As Int32, Height As Int32, IsVertical As Boolean)
FormName - The name of the parent control.
IsVertical - Switches between a vertical bar and a horizontal bar.

Example:
bar.New1("Form1",50,0,20,300,true)