Property | Type | Description | |
---|---|---|---|
AutoEnableMouseHorizontalWheelSupport | bool | ||
MouseHorizontalWheelEvent | System.Windows.RoutedEvent | ||
PreviewMouseHorizontalWheelEvent | System.Windows.RoutedEvent |
Method | Description | |
---|---|---|
AddMouseHorizontalWheelHandler ( |
||
AddPreviewMouseHorizontalWheelHandler ( |
||
DisableMouseHorizontalWheelSupport ( System.Windows.Controls.ContextMenu contextMenu ) : bool |
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 ( |
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 ( System.Windows.Controls.Primitives.Popup popup ) : bool |
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 ( |
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 ( |
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 ( System.Windows.Controls.ContextMenu contextMenu ) : void |
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 ( System.Windows.Controls.Primitives.Popup popup ) : void |
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 ( |
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 uiElement ) : void |
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 ( |
||
RemovePreviewMouseHorizontalWheelHandler ( |
Method | Description | |
---|---|---|
GetObjectParentHandle ( |
||
HandleMouseHorizontalWheel ( |
||
PresenationSourceChangedHandler ( object sender, System.Windows.SourceChangedEventArgs sourceChangedEventArgs ) : void | ||
WndProcHook ( |
public static AddMouseHorizontalWheelHandler ( |
||
d | ||
handler | RoutedEventHandler | |
return | void |
public static AddPreviewMouseHorizontalWheelHandler ( |
||
d | ||
handler | RoutedEventHandler | |
return | void |
public static DisableMouseHorizontalWheelSupport ( System.Windows.Controls.ContextMenu contextMenu ) : bool | ||
contextMenu | System.Windows.Controls.ContextMenu | Context menu to disable support for. |
return | bool |
public static DisableMouseHorizontalWheelSupport ( |
||
handle | HWND handle to disable support for. | |
return | bool |
public static DisableMouseHorizontalWheelSupport ( System.Windows.Controls.Primitives.Popup popup ) : bool | ||
popup | System.Windows.Controls.Primitives.Popup | Popup to disable support for. |
return | bool |
public static DisableMouseHorizontalWheelSupport ( |
||
window | Window to disable support for. | |
return | bool |
public static EnableMouseHorizontalWheelSupport ( |
||
handle | HWND handle to enable support for. | |
return | bool |
public static EnableMouseHorizontalWheelSupport ( System.Windows.Controls.ContextMenu contextMenu ) : void | ||
contextMenu | System.Windows.Controls.ContextMenu | Context menu to enable support for. |
return | void |
public static EnableMouseHorizontalWheelSupport ( System.Windows.Controls.Primitives.Popup popup ) : void | ||
popup | System.Windows.Controls.Primitives.Popup | Popup to enable support for. |
return | void |
public static EnableMouseHorizontalWheelSupport ( |
||
window | Window to enable support for. | |
return | void |
public static EnableMouseHorizontalWheelSupportForParentOf ( UIElement uiElement ) : void | ||
uiElement | UIElement | UI Element to enable support for. |
return | void |
public static RemoveMouseHorizontalWheelHandler ( |
||
d | ||
handler | RoutedEventHandler | |
return | void |
public static RemovePreviewMouseHorizontalWheelHandler ( |
||
d | ||
handler | RoutedEventHandler | |
return | void |
public static bool AutoEnableMouseHorizontalWheelSupport | ||
return | bool |
public static RoutedEvent,System.Windows MouseHorizontalWheelEvent | ||
return | System.Windows.RoutedEvent |