Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
PenInputPanelChangedEventArgs.NewPanelType Property |
Gets the new panel type used for input within the PenInputPanel object, after the PanelChanged event fires.
Definition
Visual Basic .NET Public ReadOnly Property NewPanelType As PanelType C# public PanelType NewPanelType { get; } Managed C++ public: __property PanelType* get_NewPanelType();
Property Value
Microsoft.Ink.PanelType. The new panel type used for input within the PenInputPanel object, after the PanelChanged event fires.
This property is read-only. This property has no default value.
Default0Specifies the PenInputPanel object displays the last panel type used for any pen input panel in any application. If all previous references to the pen input panel have been destroyed in all active applications, a new pen input panel will use the handwriting panel type. Inactive1Specifies the PenInputPanel object does not accept input. This value is returned by the CurrentPanel property when the panel window is owned by another instance of the PenInputPanel object. This value is also returned if the panel window has not yet been activated. Handwriting2Specifies the PenInputPanel object displays the default handwriting panel for the current input language. Keyboard3Specifies the PenInputPanel object displays the default keyboard panel for the current input language.
See Also