Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / IHostChildControls Interface / ActiveChildControl Property


In This Topic
ActiveChildControl Property (IHostChildControls)
In This Topic
Gets or sets the active child control.
Syntax
'Declaration
 
Property ActiveChildControl As Control
 
'Usage
 
Dim instance As IHostChildControls
Dim value As Control
 
instance.ActiveChildControl = value
 
value = instance.ActiveChildControl
See Also