CComControlBase::GetAmbientDisplayAsDefault

 

Retrieves DISPID_AMBIENT_DISPLAYASDEFAULT, a flag that is TRUE if the container has marked the control in this site to be a default button, and therefore a button control should draw itself with a thicker frame.

Syntax

      HRESULT GetAmbientDisplayAsDefault(
   BOOL& bDisplayAsDefault 
);

Parameters

  • bDisplayAsDefault
    The property DISPID_AMBIENT_DISPLAYASDEFAULT.

Return Value

One of the standard HRESULT values.

Requirements

Header: atlctl.h

See Also

CComControlBase Class