SelectionState.HasCoercion 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 selection has a valid coercion.
public:
property bool HasCoercion { bool get(); };
public bool HasCoercion { get; }
member this.HasCoercion : bool
Public ReadOnly Property HasCoercion As Boolean
Property Value
true if the actual selection is coercable and its coercion does not fail.