'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Specifies whether wheel scrolling is allowed")> <System.ComponentModel.DefaultValueAttribute(True)> Public Property AllowWheelScrolling As System.Boolean
'Usage
Dim instance As NLibraryMouseWheelScrollTool Dim value As System.Boolean instance.AllowWheelScrolling = value value = instance.AllowWheelScrolling
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Specifies whether wheel scrolling is allowed")] [System.ComponentModel.DefaultValue(true)] public System.bool AllowWheelScrolling {get; set;}