EasyLanguage Object Reference

Control Class

A base class from which other forms controls classes are derived.  

Namespace: elsystem.windows.forms

[ Expand All ]
Properties
  Name Type Description
Public property BackColor object Gets or sets the background color of a control.
Public property ControlLocation object Gets or sets the position of a control as a point object.
Public property Controls object Gets a collection of Control objects.
Public property Dock object Gets or sets how a control is docked. See DockStyle for a list of values.
Public property Enabled boolean Gets or sets a value indicating if control can respond to user interaction.
Public property Font object Gets of sets the font used to display text for a control.
Public property ForeColor object Gets or sets the foreground color of a control.
Public property Height int Gets or sets the height of a control.
Public property Tag object Gets or sets an arbitrary object value that can be used to store custom information about a control.
Public property Text string Gets or sets the text displayed in a control.
Public property Visible boolean Gets or sets a value indicating if control and its child controls are displayed.
Public property Width int Gets or sets the width of a control.
Methods
  Name Description
Public property GetParent() Gets the parent object of a control.
Public property Location(x,y) Sets the x,y position of the control within its container.
Public property PointToClient(p)  
Inheritance Hierarchy

elsystem.Object

  elsystem.DotNetObject

    elsystem.ELComponent

      elsystem.ELWFComponent

        elsystem.windows.forms.Control