CComControlBase::GetAmbientShowHatching

 

Retrieves DISPID_AMBIENT_SHOWHATCHING, a flag indicating whether the container allows the control to display itself with a hatched pattern when the control's user interface is active.

Syntax

      HRESULT GetAmbientShowHatching(
   BOOL& bShowHatching
);

Parameters

  • bShowHatching
    The property DISPID_AMBIENT_SHOWHATCHING.

Return Value

One of the standard HRESULT values.

Requirements

Header: atlctl.h

See Also

CComControlBase Class