Class ButtonBehaviors
Inheritance
System.Object
ButtonBehaviors
Namespace: Telerik.Windows.Controls.Buttons
Assembly: Telerik.Windows.Controls.dll
Syntax
public static class ButtonBehaviors : Object
Fields
EnableClickOnTouchProperty
Identifies the EnableClickOnTouch attached property.
Declaration
public static readonly DependencyProperty EnableClickOnTouchProperty
Field Value
System.Windows.DependencyProperty
|
Methods
GetEnableClickOnTouch(DependencyObject)
Gets the EnableClickOnTouch attached property.
Declaration
public static bool GetEnableClickOnTouch(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
|
Returns
System.Boolean
|
SetEnableClickOnTouch(DependencyObject, Boolean)
Sets the EnableClickOnTouch attached property.
Declaration
public static void SetEnableClickOnTouch(DependencyObject obj, bool value)
Parameters
System.Windows.DependencyObject
obj
|
System.Boolean
value
|