Condividi tramite


DECLARE_VIEW_STATUS

Inserire questa macro nella classe del controllo di un controllo ActiveX ATL per specificare i flag VIEWSTATUS al contenitore.

DECLARE_VIEW_STATUS( 
   statusFlags  
)

Parametri

  • statusFlags
    [in] i flag VIEWSTATUS. Vedere VIEWSTATUS per un elenco di flag.

Esempio

DECLARE_VIEW_STATUS(VIEWSTATUS_SOLIDBKGND | VIEWSTATUS_OPAQUE)

Requisiti

Header: atlctl.h

Vedere anche

Altre risorse

Aggregation and Class Factory Macros

Macro ATL