'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Determines whether to use custom scrollbars or use the default windows ones (better performance) for dropdown list scrollbars.")> Public Property UseCustomScrollbars As System.Boolean
'Usage
Dim instance As NListBoxProperties Dim value As System.Boolean instance.UseCustomScrollbars = value value = instance.UseCustomScrollbars
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Determines whether to use custom scrollbars or use the default windows ones (better performance) for dropdown list scrollbars.")] public System.bool UseCustomScrollbars {get; set;}