IVMRCClientControl::MenuFontFace property

The MenuFontFace property contains client's menu font face.

This property is read/write.

Syntax

HRESULT put_MenuFontFace(
  [in]  BSTR menuFontFace
);

HRESULT get_MenuFontFace(
  [out] BSTR *menuFontFace
);

VB
VMRCClientControl.MenuFontFace( _
  ByRef menuFontFace, _
  ByVal menuFontFace _
)

Property value

The client's menu font face.

This property value is read/write.

Error codes

Name Meaning
S_OK
The operation was successful.
S_FALSE
This property cannot be changed at this time.
E_INVALIDARG
The menuFontFace parameter was NULL.

Requirements

Product
Microsoft Virtual Server 2005 onWindows Server 2003
Download
Microsoft Virtual Server 2005 R2 SP1 Update onWindows Server 2008orWindows Server 2003
Header
VMRCClientControl.h
Library
VMRCClientControl.lib

See also

IVMRCClientControl