Gets or sets whether child controls allow user actions for design.
Syntax
'Declaration
Public Overridable Property AllowChildControlDesign As Boolean
'Usage
Dim instance As FpSpread
Dim value As Boolean
instance.AllowChildControlDesign = value
value = instance.AllowChildControlDesign
public virtual bool AllowChildControlDesign {get; set;}
See Also