StylusPlugIn::Enabled Property

 

Gets or sets whether the StylusPlugIn is active.

Namespace:   System.Windows.Input.StylusPlugIns
Assembly:  PresentationCore (in PresentationCore.dll)

public:
property bool Enabled {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the StylusPlugIn is active; otherwise, false. The default is true.

This property is not typically used in XAML.

The following example checks the value of the Enabled property in the OnEnabledChanged method.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: