TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / C1ApplicationZoom Class / AllowMouseWheelScroll Property

In This Topic
    AllowMouseWheelScroll Property (C1ApplicationZoom)
    In This Topic
    Gets or sets which types of MouseWheel scroll are possible.
    Syntax
    'Declaration
     
    
    Public Property AllowMouseWheelScroll As MouseWheelScrollMode
    public MouseWheelScrollMode AllowMouseWheelScroll {get; set;}
    See Also