Menu

Enables or disables the check for the associated image.

Copy Code
HRESULT 
    put_Enabled
   (
    VARIANT_BOOL*  
    Value
  
);

Parameters

Value

[in] Set to TRUE to enable the check. Set to FALSE to disable the check.

Return Value

The following list includes the most like return values. However, other return values are possible.

S_OK

The method succeeded.

E_ACCESSDENIED

The current user has inadequate permission to set the state of the check. Changing the value of the enabled state requires Administrator privileges.

E_UNEXPECTED

Unexpected error occurred.

See Also