Click or drag to resize

SelectorExtensionsGetTrackSelection Method

Gets the value of the TrackSelection attached property.

Namespace:  TomsToolbox.Wpf
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
[AttachedPropertyBrowsableForTypeAttribute(typeof(Selector))]
public static bool GetTrackSelection(
	DependencyObject obj
)

Parameters

obj
Type: System.WindowsDependencyObject
The selector.

Return Value

Type: Boolean
true if the selection should be tracked; otherwise false.
See Also