PanelType Enumeration

PanelType Enumeration

Defines the type of input currently available in the PenInputPanel object.

Definition

Visual Basic .NET Public Enum PanelType
C# public enum PanelType
Managed C++ __value public enum PanelType

Constants

Constant Name Description
Default Specifies 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.
Inactive Specifies 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.
Handwriting Specifies the PenInputPanel object displays the default handwriting panel for the current input language.
Keyboard Specifies the PenInputPanel object displays the default keyboard panel for the current input language.

Remarks

The end user can change the handwriting panel between lined and boxed input modes using buttons on the Tablet PC Input Panel user interface (UI). There is no programmatic way to get or set lined or boxed mode. By default, Western languages use lined input and East Asian languages use boxed input, but the user is free to change between these modes.

Enumeration Information

Namespace Microsoft.Ink
Assembly Microsoft.Ink (microsoft.ink.dll)
Strong Name Microsoft.Ink, Version=1.7.4009.0, Culture=neutral, PublicKeyToken=a2870d9cc4d021c8

See Also