InkEdit.BackColor property

Gets or sets the background color for the InkEdit control.

This property is read/write.

Syntax


HRESULT put_BackColor(
  [in]          OLE_COLOR clr
);

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

Property value

The background color of the InkEdit 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

Inked.h (also requires inked_i.c)

Library

InkEd.dll

See also

InkEdit

 

 

Show: