SelectionState.IsCoercible Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).