C++
BOOL PreCreateWindow( CREATESTRUCT& cs ) override;
Description
This override for an MFC method modifies the window style, adding WS_BORDER to cs.style, before invoking the inherited method.
Parameters
| Parameters | Description |
|---|---|
| cs | Reference to a Windows CREATESTRUCT |