IVMRCClientControl::MenuBackColor property
The MenuBackColor property contains the client's menu background color specified in HTML hex string format.
This property is read/write.
Syntax
HRESULT put_MenuBackColor(
[in] BSTR menuBackColor
);
HRESULT get_MenuBackColor(
[out] BSTR *menuBackColor
);
VB |
---|
|
Property value
The client's menu background color specified in HTML hex string format.
This property value is read/write.
Error codes
Name | Meaning |
---|---|
|
The operation was successful. |
|
This property cannot be changed at this time. |
|
The menuBackColor parameter was NULL. |
Remarks
The color is specified using the standard HTML six-digit hex string format. This is in the form of "rrggbb". For example, "000000" represents black, "FFFFFF" represents white, and "FF0000" represents red.
Requirements
Product |
Microsoft Virtual Server 2005 onWindows Server 2003 |
Download |
Microsoft Virtual Server 2005 R2 SP1 Update onWindows Server 2008orWindows Server 2003 |
Header |
|
Library |
|