#define IVM_ADDITEM 0xF300 |
Adds a item to iconview.
IVM_ADDITEM PIVITEMINFO p p =(LPARAM)lParam;
p | Pointes to a IVITEMINFO structure that contains the information of the new item to be added. nItem member of the IVITEMINFO struct speficied the item position in its parent item, beginning with zero. |
Definition at line 201 of file iconview.h.
#define IVM_CHOOSEITEM SVM_CHOOSEITEM |
The same common control messages as scrollview control
Definition at line 346 of file iconview.h.
#define IVM_DELITEM SVM_DELITEM |
The same common control messages as scrollview control
Definition at line 236 of file iconview.h.
#define IVM_GETBOTTOMMARGIN SVM_GETBOTTOMMARGIN |
The same common control messages as scrollview control
Definition at line 286 of file iconview.h.
#define IVM_GETCONTENTX SVM_GETCONTENTX |
The same common control messages as scrollview control
Definition at line 316 of file iconview.h.
#define IVM_GETCONTENTY SVM_GETCONTENTY |
The same common control messages as scrollview control
Definition at line 321 of file iconview.h.
#define IVM_GETCONTHEIGHT SVM_GETCONTHEIGHT |
The same common control messages as scrollview control
Definition at line 306 of file iconview.h.
#define IVM_GETCONTWIDTH SVM_GETCONTWIDTH |
The same common control messages as scrollview control
Definition at line 301 of file iconview.h.
#define IVM_GETCURSEL SVM_GETCURSEL |
The same common control messages as scrollview control
Definition at line 331 of file iconview.h.
#define IVM_GETFIRSTVISIBLEITEM SVM_GETFIRSTVISIBLEITEM |
The same common control messages as scrollview control
Definition at line 431 of file iconview.h.
#define IVM_GETHSCROLLPAGEVAL SVM_GETHSCROLLPAGEVAL |
The same common control messages as scrollview control
Definition at line 386 of file iconview.h.
#define IVM_GETHSCROLLVAL SVM_GETHSCROLLVAL |
The same common control messages as scrollview control
Definition at line 376 of file iconview.h.
#define IVM_GETITEMADDDATA SVM_GETITEMADDDATA |
The same common control messages as scrollview control
Definition at line 416 of file iconview.h.
#define IVM_GETITEMCOUNT SVM_GETITEMCOUNT |
The same common control messages as scrollview control
Definition at line 411 of file iconview.h.
#define IVM_GETLEFTMARGIN SVM_GETLEFTMARGIN |
The same common control messages as scrollview control
Definition at line 271 of file iconview.h.
#define IVM_GETMARGINS SVM_GETMARGINS |
The same common control messages as scrollview control
Definition at line 261 of file iconview.h.
#define IVM_GETRIGHTMARGIN SVM_GETRIGHTMARGIN |
The same common control messages as scrollview control
Definition at line 281 of file iconview.h.
#define IVM_GETTOPMARGIN SVM_GETTOPMARGIN |
The same common control messages as scrollview control
Definition at line 276 of file iconview.h.
#define IVM_GETVISIBLEHEIGHT SVM_GETVISIBLEHEIGHT |
The same common control messages as scrollview control
Definition at line 296 of file iconview.h.
#define IVM_GETVISIBLEWIDTH SVM_GETVISIBLEWIDTH |
The same common control messages as scrollview control
Definition at line 291 of file iconview.h.
#define IVM_GETVSCROLLPAGEVAL SVM_GETVSCROLLPAGEVAL |
The same common control messages as scrollview control
Definition at line 391 of file iconview.h.
#define IVM_GETVSCROLLVAL SVM_GETVSCROLLVAL |
The same common control messages as scrollview control
Definition at line 381 of file iconview.h.
#define IVM_MAKEPOSVISIBLE SVM_MAKEPOSVISIBLE |
The same common control messages as scrollview control
Definition at line 371 of file iconview.h.
#define IVM_REFRESHITEM SVM_REFRESHITEM |
The same common control messages as scrollview control
Definition at line 426 of file iconview.h.
#define IVM_RESETCONTENT SVM_RESETCONTENT |
The same common control messages as scrollview control
Definition at line 231 of file iconview.h.
#define IVM_SELECTITEM SVM_SELECTITEM |
The same common control messages as scrollview control
Definition at line 336 of file iconview.h.
#define IVM_SETCONTHEIGHT SVM_SETCONTHEIGHT |
The same common control messages as scrollview control
Definition at line 251 of file iconview.h.
#define IVM_SETCONTPOS SVM_SETCONTPOS |
The same common control messages as scrollview control
Definition at line 326 of file iconview.h.
#define IVM_SETCONTRANGE SVM_SETCONTRANGE |
The same common control messages as scrollview control
Definition at line 311 of file iconview.h.
#define IVM_SETCONTWIDTH SVM_SETCONTWIDTH |
The same common control messages as scrollview control
Definition at line 246 of file iconview.h.
#define IVM_SETCURSEL SVM_SETCURSEL |
The same common control messages as scrollview control
Definition at line 351 of file iconview.h.
#define IVM_SETITEMADDDATA SVM_SETITEMADDDATA |
The same common control messages as scrollview control
Definition at line 421 of file iconview.h.
#define IVM_SETITEMCMP SVM_SETITEMCMP |
The same common control messages as scrollview control
Definition at line 366 of file iconview.h.
#define IVM_SETITEMDESTROY SVM_SETITEMDESTROY |
The same common control messages as scrollview control
Definition at line 361 of file iconview.h.
#define IVM_SETITEMDRAW SVM_SETITEMDRAW |
The same common control messages as scrollview control
Definition at line 241 of file iconview.h.
#define IVM_SETITEMINIT SVM_SETITEMINIT |
The same common control messages as scrollview control
Definition at line 356 of file iconview.h.
#define IVM_SETITEMOPS SVM_SETITEMOPS |
The same common control messages as scrollview control
Definition at line 256 of file iconview.h.
#define IVM_SETITEMSIZE 0xF436 |
Sets the item width and height of an iconview control.
All the items have the same item size. This message should be sent before you add items to iconview control.
IVM_SETITEMSIZE int width; int height; wParam = width; lParam = height;
width | Width of an item. | |
height | Height of an item. |
Definition at line 224 of file iconview.h.
#define IVM_SETMARGINS SVM_SETMARGINS |
The same common control messages as scrollview control
Definition at line 266 of file iconview.h.
#define IVM_SETSCROLLPAGEVAL SVM_SETSCROLLPAGEVAL |
The same common control messages as scrollview control
Definition at line 401 of file iconview.h.
#define IVM_SETSCROLLVAL SVM_SETSCROLLVAL |
The same common control messages as scrollview control
Definition at line 396 of file iconview.h.
#define IVM_SHOWITEM SVM_SHOWITEM |
The same common control messages as scrollview control
Definition at line 341 of file iconview.h.
#define IVM_SORTITEMS SVM_SORTITEMS |
The same common control messages as scrollview control
Definition at line 406 of file iconview.h.