[]
Returns the form control type of this control.
FormControlType FormControlType { get; }
ReadOnly Property FormControlType As FormControlType
IControl control = worksheet.Controls.AddButton(20, 20, 120, 30);
FormControlType type = control.FormControlType;