IVMRCClientControl::MenuHeight property

The MenuHeight property contains the height of the client's menu in pixels.

This property is read/write.

Syntax

HRESULT put_MenuHeight(
  [in]  long menuHeight
);

HRESULT get_MenuHeight(
  [out] long *menuHeight
);

VB
VMRCClientControl.MenuHeight( _
  ByRef menuHeight, _
  ByVal menuHeight _
)

Property value

The height of the client's menu in pixels.

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