IVMRCClientControl::Enabled property

The Enabled property indicates whether the control is enabled.

This property is read/write.

Syntax

HRESULT put_Enabled(
  [in]  VARIANT_BOOL enabled
);

HRESULT get_Enabled(
  [out] VARIANT_BOOL *enabled
);

VB
VMRCClientControl.Enabled( _
  ByRef enabled, _
  ByVal enabled _
)

Property value

Contains vbTrue if the control is enabled.

This property value is read/write.

Error codes

Name Meaning
S_OK
The operation was successful.
E_INVALIDARG
The enabled 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