IASControl::get_Enable

This method indicates whether or not the control is enabled.

Syntax

HRESULT get_Enabled( VARIANT_BOOL *pfEnabled );

Parameters

pfEnabled
Pointer to a Boolean that is set to TRUE if the control is enabled, or to FALSE if it is disabled.

Return Values

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

Remarks

This method is required.

See Also

IASControl::put_Enable