CComControlBase::GetAmbientAutoClip

 

Retrieves DISPID_AMBIENT_AUTOCLIP, a flag indicating whether the container supports automatic clipping of the control display area.

Syntax

      HRESULT GetAmbientAutoClip(
   BOOL& bAutoClip 
); 

Parameters

  • bAutoClip
    The property DISPID_AMBIENT_AUTOCLIP.

Return Value

One of the standard HRESULT values.

Requirements

Header: atlctl.h

See Also

CComControlBase Class