Type Property

Applies To
All Controls

Description
Gets the type name of a control.

Usage

GGet Form.Control.Type, var  
Form
Name of a form or string variable containing a form name.
Control
Name of a control or string variable containing a control name.
var
String variable that will contain the value of the property.

Values
A string containing the name of the type of the control.

See Also
Controls

Example

GGet frmMain.Controls(index).Type, typeName$