Click or drag to resize

CustomNonClientAreaBehaviorSetIsNcMouseOver Method

[Missing <summary> documentation for "M:TomsToolbox.Wpf.Interactivity.CustomNonClientAreaBehavior.SetIsNcMouseOver(System.Windows.DependencyObject,System.Boolean)"]


Namespace: TomsToolbox.Wpf.Interactivity
Assembly: TomsToolbox.Wpf (in TomsToolbox.Wpf.dll) Version: 2.21.0+44d18b541fc9419ec3c549350a832394661b2a4d
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public static void SetIsNcMouseOver(
	DependencyObject element,
	bool value
)

Parameters

element  DependencyObject

[Missing <param name="element"/> documentation for "M:TomsToolbox.Wpf.Interactivity.CustomNonClientAreaBehavior.SetIsNcMouseOver(System.Windows.DependencyObject,System.Boolean)"]

value  Boolean

[Missing <param name="value"/> documentation for "M:TomsToolbox.Wpf.Interactivity.CustomNonClientAreaBehavior.SetIsNcMouseOver(System.Windows.DependencyObject,System.Boolean)"]

See Also