Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.FormControls Namespace / ControlShape Class / Control Property


In This Topic
    Control Property (ControlShape)
    In This Topic
    Gets the control associated with this shape.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Control As Control
    'Usage
     
    
    Dim instance As ControlShape
    Dim value As Control
     
    value = instance.Control
    public Control Control {get;}

    Property Value

    The control associated with this shape.
    See Also