EasyLanguage Object Reference
Allows you to display a custom form window or dialog as part of a TradeStation analysis technique, strategy, or trading app.
Namespace: elsystem.windows.forms
Name | Type | Description | |
Position | object | Gets or sets a Point object identifying the location of the upper left corner of the form in screen coordinates. | |
TopMost | boolean | True when the form is to be displayed always-on-top of other windows. | |
Visible | boolean | True when a control and all its child controls are displayed. | |
WindowState | enum | Gets or sets the state of the window (maximized, minimized, or normal). See FormWindowState for a list of possible values. |
Additional properties, methods, and events are described in the classes listed under Inheritance Hierarchy (see below).
Name | Description | |
AddControl(control) | Adds a control to a container within the form. | |
Create() | Creates a new instance of a form. | |
Create(text,width,height) | Creates a new instance of a form. Parameters include the Text to appear on the title bar followed by the Width and Height of the control. | |
Location(x,y) | Gets or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container. | |
RemoveGradient() | Gets or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container. | |
SetLinearGradient(mode, startColor, endColor) | Creates a linear gradient listview background. See LinearGradientMode and Color for lists of possible values. | |
SetRadialGradient(startColor, endColor) | Creates a radial gradient listview background. See Color for a list of possible values. | |
Show() | Displays the form. |