Page History
...
| Value | Abbr. | Description |
|---|---|---|
| Standard | STD | A standard windows button with a focus rectangle |
| Standard Flat | FLAT | A button with a thin border and no focus rectangle |
| Standard Toolbar | TB | A button with a thin border that appears when the cursor floats over it. The image is grayscale when at rest |
| Standard Toolbar NG | TBNG | Just like a Standard Toolbar button except the icon is always drawn in full color. (NG = Non-Grayscale) |
| XP | XP | A standard button drawn in the current XP theme. If no XP theme exists, acts as a standard button |
| XP Toolbar | XTB | A standard toolbar button drawn in the current XP theme. If no XP theme exists, then it is drawn like a standard toolbar button. |
| XP Toolbar NG | XTBNG | Just like an XP Toolbar button except the icon is always drawn in full color. (NG = Non-Grayscale) |
| Office XP Toolbar | OXP | A toolbar button drawn like the toolbar buttons in Office XP |
| Option | OPT | Makes the button appear to be embedded with a sunken border on all sides of the button except the left side. Placing a button of this style next to an edit line makes the button appear to be embedded within the right side of the edit line. |
| Custom Drawn | CD | Uses only the Icon image to draw the button. The icon will be scaled to fit the bounds of the control, allowing you to customize every pixel of the button. |
Default: Standard Toolbar
...