InkPicture.BackColor property

Gets or sets the background color for the InkPicture control.

This property is read/write.

Syntax


HRESULT put_BackColor(
  [in]          OLE_COLOR newColor
);

HRESULT get_BackColor(
  [out, retval] OLE_COLOR          *pColor
);

Property value

The background color of the InkPicture control. The default background color is the system window background color, which is typically white.

Error codes

NameMeaning
S_OK

Success.

Requirements

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

InkPicture
InkPicture Control

 

 

Show: