IVMRCClientControl::MenuFontSize property

The MenuFontSize property contains the client's menu font size..

This property is read/write.

Syntax

HRESULT put_MenuFontSize(
  [in]  long menuFontSize
);

HRESULT get_MenuFontSize(
  [out] long *menuFontSize
);

VB
VMRCClientControl.MenuFontSize( _
  ByRef menuFontSize, _
  ByVal menuFontSize _
)

Property value

The client's menu font size.

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 menuFontSize 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