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