StylusPlugIn::IsActiveForInput Property
.NET Framework (current version)
Gets whether the StylusPlugIn is able to accept input.
Assembly: PresentationCore (in PresentationCore.dll)
Property Value
Type: System::Booleantrue if the StylusPlugIn is able to accept input; otherwise false.
The following conditions must be met for the StylusPlugIn to accept input:
The StylusPlugIn is a member of a StylusPlugInCollection.
The Element of the StylusPlugIn is visible and enabled.
The following example demonstrates how to override the OnIsActiveForInputChanged method.
.NET Framework
Available since 3.0
Available since 3.0
Show: