Returns or sets a numeric value that determines the style of buttons drawn by the ActiveGantt Schedule Control.

Syntax:
StyleObject.ButtonStyle [= GRE_BUTTONSTYLE]
The ButtonStyle Property (Style Object) syntax has these parts:
| Part |
Description |
| StyleObject |
An object expression that evaluates to a Style object. |
| GRE_BUTTONSTYLE |
A numeric value that determines the style of button drawn by the ActiveGantt Schedule Control as described in settings. |
The settings for GRE_BUTTONSTYLE are:
| Setting |
Description |
| 0 |
(GRE_BUTTONSTYLE.BT_NORMALWINDOWS). Normal Windows Buttons. Buttons have a 2 pixel border. |
| 1 |
(GRE_BUTTONSTYLE.BT_LIGHTWEIGHT). Lightweight buttons. Buttons have a 1 pixel border. |
Remarks:
The ButtonStyle property determines the width of the border around objects with a button appearance.