MouseHorizontalWheelEnabler Class
Definition
Inheritance
Syntax
public static class MouseHorizontalWheelEnabler
Fields
AutoEnableMouseHorizontalWheelSupport | When true it will try to enable Horizontal Wheel support on parent windows/popups/context menus automatically so the programmer does not need to call it. Defaults to true. |
MouseHorizontalWheelEvent | |
PreviewMouseHorizontalWheelEvent |
Methods
AddMouseHorizontalWheelHandler(DependencyObject, RoutedEventHandler) | |
AddPreviewMouseHorizontalWheelHandler(DependencyObject, RoutedEventHandler) | |
DisableMouseHorizontalWheelSupport(IntPtr) | Disable Horizontal Wheel support for all the controls inside the HWND. This method does not need to be called in most cases. This does not include popups or sub-context menus. If it was already disabled it will do nothing. |
DisableMouseHorizontalWheelSupport(ContextMenu) | Disable Horizontal Wheel support for all the controls inside the context menu. This method does not need to be called in most cases. This does not include popups or sub-context menus. If it was already disabled it will do nothing. |
DisableMouseHorizontalWheelSupport(Popup) | Disable Horizontal Wheel support for all the controls inside the popup. This method does not need to be called in most cases. This does not include popups or sub-context menus. If it was already disabled it will do nothing. |
DisableMouseHorizontalWheelSupport(Window) | Disable Horizontal Wheel support for all the controls inside the window. This method does not need to be called in most cases. This does not include popups or sub-context menus. If it was already disabled it will do nothing. |
EnableMouseHorizontalWheelSupport(IntPtr) | Enable Horizontal Wheel support for all the controls inside the HWND. This method does not need to be called if AutoEnableMouseHorizontalWheelSupport is true. This does not include popups or sub-context menus. If it was already enabled it will do nothing. |
EnableMouseHorizontalWheelSupport(ContextMenu) | Enable Horizontal Wheel support for all the controls inside the context menu. This method does not need to be called if AutoEnableMouseHorizontalWheelSupport is true. This does not include popups or sub-context menus. If it was already enabled it will do nothing. |
EnableMouseHorizontalWheelSupport(Popup) | Enable Horizontal Wheel support for all the controls inside the popup. This method does not need to be called if AutoEnableMouseHorizontalWheelSupport is true. This does not include sub-popups or context menus. If it was already enabled it will do nothing. |
EnableMouseHorizontalWheelSupport(Window) | Enable Horizontal Wheel support for all the controls inside the window. This method does not need to be called if AutoEnableMouseHorizontalWheelSupport is true. This does not include popups or context menus. If it was already enabled it will do nothing. |
EnableMouseHorizontalWheelSupportForParentOf(UIElement) | Enable Horizontal Wheel support for all that control and all controls hosted by the same window/popup/context menu. This method does not need to be called if AutoEnableMouseHorizontalWheelSupport is true. If it was already enabled it will do nothing. |
RemoveMouseHorizontalWheelHandler(DependencyObject, RoutedEventHandler) | |
RemovePreviewMouseHorizontalWheelHandler(DependencyObject, RoutedEventHandler) |