PenInputPanelInputFailedEventArgs.Handle Property
PenInputPanelInputFailedEventArgs.Handle Property |
Gets the handle of the control that invoked the PenInputPanel object.
Definition
Visual Basic .NET Public ReadOnly Property Handle As IntPtr C# public IntPtr Handle { get; } Managed C++ public: __property IntPtr* get_Handle();
Property Value
System.IntPtr. The handle of the control that invoked the PenInputPanel object.
This property is read-only. This property has no default value.
See Also