Compartir a través de


PanelType Enumeration

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

Namespace: Microsoft.Ink
Assembly: Microsoft.Ink (in microsoft.ink.dll)

Syntax

'Declaration
Public Enumeration PanelType
'Usage
Dim instance As PanelType
public enum PanelType
public enum class PanelType
public enum PanelType
public enum PanelType

Members

  Member 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 uses the handwriting panel type. 
Handwriting Specifies the PenInputPanel object displays the default handwriting panel for the current input language. 
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. 
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.

Platforms

Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

Version Information

.NET Framework

Supported in: 3.0

See Also

Reference

Microsoft.Ink Namespace
PenInputPanel.CurrentPanel
PenInputPanel.DefaultPanel
PenInputPanelChangedEventArgs
PenInputPanelChangedEventArgs.NewPanelType