Button

[TOC]

The Input Builder Label section, contains the following properties :

InputButton

Appearance

Properties Description
BackColor The background color of the field.
Font The font of the component.
Fore Color The fore color of the button.
MouseOverBackColor The background color of the button when mouse over.
MouseOverForeColor The fore color of the button when mouse over button.
PressedBackColor The background color of the button when pressed.
PressedForeColor The fore color of the button when button pressed.
Text The text to be displayed on this field.
TextAlignment Determines the position of the text
WordWrap Used to wrap the text.

Behavior

Properties Description
EnableMouseEvents Determines whether the field gets mouse events.
MouseOverHand Determines whether the field shows hand when mouse is over it.
Visible Determines whether field is visible or hidden.

Border

Properties Description
BorderColor The border color of the field.
BorderEnabled Enables border of the field.
BorderStyle Enables border style of the field.
BorderWidth Width of border of field.

Design

Properties Description
Locked Object will not be resized or moved in the designer.
Name Indicates the name used in scripts to identify the object.

Design_Button

Properties Description
ButtonGroup When RemainPressed is True will only allow one button in the group to be pressed at a time.
Pressed If set True, will run button on loading.
RemainPressed Once button is pressed it will remain pressed until other button in its group is pressed on pressed is set to False.

DesignAction

Properties Description
Action Action that will be performed on button press.
ClickButton Will click button when finished the current one.
FieldsOff List of fields that will be turned off when activated.
FieldsOn List of fields that will be turned on when activated.
ReportId Report Id from Database.
SendActionTo List of fields that action will be sent to.
WarningMessage If set will popup a message that will allow user to cancel action.

Layer

Properties Description
Layer

Layout

Properties Description
Anchor
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 field.
OnMouseLeave Script that will be performed when mouse is no longer over field.