BitOverlayBaseCoerceToolCursor Method

CVB.Net Documentation
Helper to coerce the tool cursor in a way, that the default arrow is shown when drawing is not possible.

Namespace:  Stemmer.Cvb.Wpf.BitOverlays
Assembly:  Stemmer.Cvb.Wpf (in Stemmer.Cvb.Wpf.dll) Version: 14.0.0.0
Syntax

protected static Object CoerceToolCursor(
	DependencyObject d,
	Object baseValue
)

Parameters

d
Type: System.WindowsDependencyObject
Bit overlay instance.
baseValue
Type: SystemObject
The defualt value.

Return Value

Type: Object
The value to be used.
See Also

Reference