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