Spread WinForms 15
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

Property Value

The control associated with this shape.
See Also