Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / ActiveChildControl Property


In This Topic
ActiveChildControl Property (FpSpread)
In This Topic
Gets or sets the active embedded child control object of the sheet.
Syntax
'Declaration
 
Public Overridable Property ActiveChildControl As Control
 
'Usage
 
Dim instance As FpSpread
Dim value As Control
 
instance.ActiveChildControl = value
 
value = instance.ActiveChildControl
See Also