LImageListControl::m_hWnd
#include "ltwrappr.h"
HWND m_hWnd
Comments
This is the window handle of the class object's ImageList window control. This data member will be filled when LImageListControl::CreateControl is called.
You can use this member variable if you derive a class from LImageListControl.
Required DLLs and Libraries
LTDIS For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. |
See Also
Functions: |
Example
For an example, refer to LImageListControl::GetBorderColor.