IInputElement.CaptureStylus Methode
Definition
Versucht, die Tablettstiftaufzeichnung für dieses Element zu erzwingen.Attempts to force capture of the stylus to this element.
public:
bool CaptureStylus();
public bool CaptureStylus ();
abstract member CaptureStylus : unit -> bool
Public Function CaptureStylus () As Boolean
Gibt zurück
true
, wenn der Tablettstift erfolgreich aufgezeichnet wird, andernfalls false
.true
if the stylus is successfully captured; otherwise, false
.
Hinweise
Diese Schnittstelle ist nicht für die öffentliche Implementierung vorgesehen.This interface is not intended for public implementation. Weitere Informationen finden Sie unter Hinweise für die IInputElement -Schnittstelle.For more information, see remarks for the IInputElement interface.