Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / IHostChildControls Interface / AllowChildControlDesign Property


In This Topic
    AllowChildControlDesign Property (IHostChildControls)
    In This Topic
    Gets or sets whether to allow design of active child control.
    Syntax
    'Declaration
     
    
    Property AllowChildControlDesign As Boolean
    'Usage
     
    
    Dim instance As IHostChildControls
    Dim value As Boolean
     
    instance.AllowChildControlDesign = value
     
    value = instance.AllowChildControlDesign
    bool AllowChildControlDesign {get; set;}
    See Also