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.
Deprecated. The PenInputPanel has been replaced by the Text Input Panel (TIP).
Occurs when the PenInputPanel object changes between layouts.
Syntax
HRESULT PanelChanged(
[in] PanelType NewPanelType
);
Parameters
-
NewPanelType [in]
-
The new panel type used for input within the PenInputPanel object, after the PanelChanged event fires.
Return value
If this event succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
When creating a PenInputPanel object, Handwriting is the default PanelType. If you change the panel by setting the CurrentPanel property before the pen input panel becomes active for the first time, a PanelChanged event occurs.
The PanelChanged event is not raised when the user changes between Lined and Boxed writing pads.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows XP Tablet PC Edition [desktop apps only] |
| Minimum supported server |
None supported |
| Header |
|
| Library |
|
See also