Width
Width
Changes the width of a form/control
Integer property
Applies to: Generic
The property is used to specify or modify the width of a control or form. The measurement is expressed in Dialog Box Units.
.btnControl1.Width = 50
See also the Left, Top and Height properties and the Resize() event.