PenInputPanel.VisibleChanged event

Deprecated. The PenInputPanel has been replaced by the Text Input Panel (TIP).

Occurs when the PenInputPanel object has shown or hidden itself.

Syntax

HRESULT VisibleChanged(
  [in] VARIANT_BOOL NewVisibility
);

Parameters

NewVisibility [in]

VARIANT_TRUE to cause the PenInputPanel object to become visible; otherwise, VARIANT_FALSE.

Return value

If this event succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

The VisibleChanged event applies to the Tablet PC Input Panel hover target. However, it is not raised when the hover target expands to show the full Tablet PC Input Panel.

Requirements

Requirement Value
Minimum supported client
Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server
None supported
Header
Msinkaut.h (also requires Msinkaut_i.c)
Library
InkObj.dll

See also

PenInputPanel