CAxWindow::operator =

Assigns an HWND to an existing CAxWindow object.

CAxWindow< TBase >& operator=(
   HWND hWnd 
);

Parameters

  • hWnd
    A handle to an existing window.

Return Value

Returns a reference to the current CAxWindow object.

Requirements

Header: atlwin.h

See Also

Concepts

CAxWindow Class

CAxWindow Members