PreSubclassWindow()
Protected Function |
Declared in: NiControl.h |
Declaration
virtual void PreSubclassWindow();
Description
Called by the MFC framework before the window is created.
This is a virtual function that you can override in a derived class to add custom behavior. If you override this function, you must call CNiControl::PreSubclassWindow in your function definition if you want to allow the library to perform its operations.