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
| Name | Meaning |
|---|---|
|
Success. |
Requirements
|
Minimum supported client |
Windows XP Tablet PC Edition [desktop apps only] |
|---|---|
|
Minimum supported server |
None supported |
|
Header |
|
|
Library |
|
See also
Show: