SelectionState.IsCoercible Property

Definition

Determines if the actual selection can be coerced. Togegher IsCoercible and IsCoercionFailure distinguish between coercion failure, and no coercion available.

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

Property Value

true if the seleciton can be coerced (i.e. the selection state does define coercion rules).

Applies to