InkEdit.Appearance property

Gets or sets a value that determines the appearance of the InkEdit control - whether it is flat (painted with no visual effects) or 3D (painted with three-dimensional effects).

This property is read/write.

Syntax


HRESULT put_Appearance(
  [in]          AppearanceConstants pAppearance
);

HRESULT get_Appearance(
  [out, retval] AppearanceConstants *pAppearance
);

Property value

A value using the AppearanceConstants enumeration which specifies the appearance of the control, either flat or 3D.

Requirements

Minimum supported client

Windows XP Tablet PC Edition [desktop apps only]

Minimum supported server

None supported

Header

Inked.h (also requires inked_i.c)

Library

InkEd.dll

See also

InkEdit
AppearanceConstants

 

 

Show: