SelectionState.IsCoercionFailure Property

Definition

Togegher IsCoercible and IsCoercionFailure distinguish between coercion failure, and no coercion available.

public:
 property bool IsCoercionFailure { bool get(); };
public bool IsCoercionFailure { get; }
member this.IsCoercionFailure : bool
Public ReadOnly Property IsCoercionFailure As Boolean

Property Value

true if the actual selection can be coerced, but the coercion fails (due coercion rules.)
Note: coercion failure is a "normal" occurance, and not an error.

Applies to