CComControlBase::CComControlBase

The constructor.

CComControlBase( 
   HWND& h  
);

Parameters

  • h
    The handle to the window associated with the control.

Remarks

Initializes the control size to 5080X5080 HIMETRIC units (2"X2") and initializes the CComControlBase data member values to NULL or FALSE.

Requirements

Header: atlctl.h

See Also

Reference

CComControlBase Class

CComControlBase::~CComControlBase