Share via


CStockPropImpl::get_Enabled

 

Call this method to get the status of the flag that indicates if the control is enabled.

Syntax

      HRESULT STDMETHODCALLTYPE get_Enabled(
   VARIANT_BOOL * pbEnabled
);

Parameters

  • pbEnabled
    Variable that receives the flag status. TRUE indicates that the control is enabled.

Return Value

Returns S_OK on success, or an error HRESULT on failure.

Requirements

Header: atlctl.h

See Also

CStockPropImpl Class
CStockPropImpl::put_Enabled