Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IGroupShape Interface / FormControlType Property


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