'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Gets/sets whether to perform vertical or horizontal scrolling when the mouse wheel is rotated. By default set to true (e.g. scroll vertically)")> <System.ComponentModel.DefaultValueAttribute(True)> Public Property DefaultScrollVertical As System.Boolean
'Usage
Dim instance As NLibraryMouseWheelScrollTool Dim value As System.Boolean instance.DefaultScrollVertical = value value = instance.DefaultScrollVertical
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets/sets whether to perform vertical or horizontal scrolling when the mouse wheel is rotated. By default set to true (e.g. scroll vertically)")] [System.ComponentModel.DefaultValue(true)] public System.bool DefaultScrollVertical {get; set;}