Spread WPF 18
GrapeCity.Spreadsheet.Drawing Namespace / IShape Interface / FormControlType Property


In This Topic
    FormControlType Property
    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
    FormControl FormControlType {get;}
    Remarks
    You can use this property only if the IShapeBase.Type returns ShapeType.FormControl.
    See Also