IASControl::put_Enable

This method sets whether or not the control is enabled.

Syntax

HRESULT put_Enable( VARIANT_BOOL fEnabled );

Parameters

fEnabled
Boolean that is set to TRUE to enable the control, or to FALSE to disable it.

Return Values

NOERROR indicates success. If an error occurs, the appropriate HRESULT value is returned.

Remarks

This method is required.

See Also

IASControl::get_Enable