EasyLanguage Object Reference
A base class from which other forms controls classes are derived.
Namespace: elsystem.windows.forms
Name | Type | Description | |
BackColor | object | Gets or sets the background color of a control. | |
ControlLocation | object | Gets or sets the position of a control as a point object. | |
Controls | object | Gets a collection of Control objects. | |
Dock | object | Gets or sets how a control is docked. See DockStyle for a list of values. | |
Enabled | boolean | Gets or sets a value indicating if control can respond to user interaction. | |
Font | object | Gets of sets the font used to display text for a control. | |
ForeColor | object | Gets or sets the foreground color of a control. | |
Height | int | Gets or sets the height of a control. | |
Tag | object | Gets or sets an arbitrary object value that can be used to store custom information about a control. | |
Text | string | Gets or sets the text displayed in a control. | |
Visible | boolean | Gets or sets a value indicating if control and its child controls are displayed. | |
Width | int | Gets or sets the width of a control. |
Name | Description | |
GetParent() | Gets the parent object of a control. | |
Location(x,y) | Sets the x,y position of the control within its container. | |
PointToClient(p) |
elsystem.windows.forms.Control