'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Gets/sets the modifier key, which flips the wheel scroll direction. By default the tool will scroll either horizontal or vertical as specified by the DefaultScrollVertical property. By default set to Shift.")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property FlipScrollDirectionModifierKey As System.Windows.Forms.Keys
'Usage
Dim instance As NMouseWheelScrollAndZoomTool Dim value As System.Windows.Forms.Keys instance.FlipScrollDirectionModifierKey = value value = instance.FlipScrollDirectionModifierKey
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets/sets the modifier key, which flips the wheel scroll direction. By default the tool will scroll either horizontal or vertical as specified by the DefaultScrollVertical property. By default set to Shift.")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public System.Windows.Forms.Keys FlipScrollDirectionModifierKey {get; set;}