'Declaration
<System.ComponentModel.CategoryAttribute("Misc")> <System.ComponentModel.DescriptionAttribute("Get/sets a value, controlling if Nevron HTTP handlers must be registered automatically in web.config, when a Nevron web control is dropped inside the web designer.")> <System.ComponentModel.DefaultValueAttribute(True)> Public Property AutoHTTPHandlerRegistration As System.Boolean
'Usage
Dim instance As NWebControl Dim value As System.Boolean instance.AutoHTTPHandlerRegistration = value value = instance.AutoHTTPHandlerRegistration
[System.ComponentModel.Category("Misc")] [System.ComponentModel.Description("Get/sets a value, controlling if Nevron HTTP handlers must be registered automatically in web.config, when a Nevron web control is dropped inside the web designer.")] [System.ComponentModel.DefaultValue(true)] public System.bool AutoHTTPHandlerRegistration {get; set;}