GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShape Interface / FormControlType Property


In This Topic
FormControlType Property (IShape)
In This Topic
Gest the control type.
Syntax
'Declaration
 
ReadOnly Property FormControlType As FormControl
 
'Usage
 
Dim instance As IShape
Dim value As FormControl
 
value = instance.FormControlType
Remarks
You can use this property only if the IShapeBase.Type returns ShapeType.FormControl.
See Also