Class DropDownExtensions
Provides an attached property for easier handling of Mouse wheel for DropDownButton, SplitButton, ColorPicker, DateTimePicker, TimeSpanPicker, CalculatorPicker, Breadcrumb.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public static class DropDownExtensions
Fields
HandleMouseWheelWhenOpenProperty
Registers the HandleMouseWheelWhenOpen attached property.
Declaration
public static readonly DependencyProperty HandleMouseWheelWhenOpenProperty
Field Value
System.Windows.DependencyProperty
|
Methods
GetHandleMouseWheelWhenOpen(DependencyObject)
Gets a value indicating whether the control should handle mouse when its drop-down part is open.
Declaration
public static bool GetHandleMouseWheelWhenOpen(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
|
Returns
System.Boolean
|
SetHandleMouseWheelWhenOpen(DependencyObject, Boolean)
Sets a value indicating whether the control should handle mouse when its drop-down part is open.
Declaration
public static void SetHandleMouseWheelWhenOpen(DependencyObject obj, bool value)
Parameters
System.Windows.DependencyObject
obj
|
System.Boolean
value
|