'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Determines whether to use custom scrollbars or use the default windows ones (better performance).")> Public Property UseCustomScrollBars As System.Boolean
'Usage
Dim instance As NListBox 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).")] public System.bool UseCustomScrollBars {get; set;}