Button
[TOC]
The View Builder's Button section, contains the following properties :

Appearance
| Properties | Description |
|---|---|
| BackColor | The background color of the field. |
| BackColorHover | The background color of the hover. |
| BackColorPressed | The background color of the button after pressed. |
| ButtonType | The type of the button. |
| Font | The font of the component. |
| ForeColor | The foreground color of the field. |
| ForeColorHover | The foreground color of the hover. |
| ForeColorPressed | The foreground color after the button is pressed. |
| RoundRectangleRadius | Round, Rectangle, Radius for tab buttons in percentage of tab height. |
| Text | The text to be displayed on this field. |
| TextAlignment | Determines the position of the text within the label. |
| WordWrap | Wraps up the text in the field. |
Behavior
| Properties | Description |
|---|---|
| EnableMouseEvents | Determines whether the field gets mouse events. |
| MouseOverHand | Determines whether the field shows hand when mouse is over it. |
| RemainPressed | |
| Visible | Determines whether the field is hidden or visible. |
Border
| Properties | Description |
|---|---|
| BorderColor | The border color of the field. |
| BorderColorHover | The border color of the hover. |
| BorderColorPressed | The border color if the button is pressed. |
| BorderDashStyle | The border style. |
| BorderEnabled | Enables border of the field. |
| BorderStyle | Set sides of border to draw. |
| BorderWidth | Width of border of the field. |
Design
| Properties | Description |
|---|---|
| Locked | Object will not be clicked in the designer. |
| Name | Indicates the name used in scripts to identify the object. |
| Tooltip |
Interactive
| Properties | Description |
|---|---|
| Pressed |
Layout
| Properties | Description |
|---|---|
| Location | The coordinates of the upper-left corner of the field. |
| Margin | Specifies the inner margin of the control that will be used to clip and align text. |
| Size | The size of the field in pixels. |
Scripts
| Properties | Description |
|---|---|
| OnMouseClick | Script that will be performed when field is clicked. |
| OnMouseEnter | Script that will be performed when mouse comes over top of the field. |
| OnMouseLeave | Script that will be performed when mouse is no longer over field. |