프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
ListViewEx ( ) : System |
Constructor
|
메소드 | 설명 | |
---|---|---|
WndProc ( Message &k_Msg ) : void |
The messages WM_MEASUREITEM and WM_DRAWITEM are sent to the parent control rather than to the ListView itself. They come here as WM_REFLECT + WM_MEASUREITEM and WM_REFLECT + WM_DRAWITEM They are sent from Control.WmOwnerDraw() --> Control.ReflectMessageInternal()
|