IPenInputPanel::get_Visible method (peninputpanel.h)

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

Gets or sets a value that indicates whether the PenInputPanel object is visible.

This property is read/write.

Syntax

HRESULT get_Visible(
  VARIANT_BOOL *Visible
);

Parameters

Visible

Return value

None

Remarks

You can set the Visible property to VARIANT_TRUE only when the attached control has focus. Otherwise, setting this property generates an error.

Requirements

Requirement Value
Minimum supported client Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header peninputpanel.h
Library InkObj.dll

See also

IPenInputPanel

PenInputPanel