'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Determines whether the control will use custom scrollbars, synchronized with the Nevron look-and-feel or will let system paint them.")> Public Property UseCustomScrollbars As System.Boolean
'Usage
Dim instance As NScrollableUIElementHost Dim value As System.Boolean instance.UseCustomScrollbars = value value = instance.UseCustomScrollbars
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Determines whether the control will use custom scrollbars, synchronized with the Nevron look-and-feel or will let system paint them.")] public System.bool UseCustomScrollbars {get; set;}