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
public virtual Control ActiveChildControl {get; set;}
See Also