Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NLibraryMouseWheelScrollTool Class / FlipScrollDirectionModifierKey Property


In This Topic
    FlipScrollDirectionModifierKey Property (NLibraryMouseWheelScrollTool)
    In This Topic
    Gets/sets the modifier key, which flips the wheel scroll direction. By default the tool will scroll either horizontally or vertically as specified by the DefaultScrollVertical property. By default set to Shift.
    Syntax
    '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 NLibraryMouseWheelScrollTool
    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;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also