Upload :
- Obtain the icon location from a FolderItem.
- Move the icon location of a FolderItem.
Micono IconLocation (R1):
Obtain the icon location from a FolderItem.
mic_GetIconLocation( f as FolderItem, hv as integer ) as integer
hv: 0 = horizontal, 1 = vertical
Move the icon location of a FolderItem.
mic_SetIconLocation( f as FolderItem, h as Integer, v as Integer )
h:horizontal, V:vertical
Micono IconLocation (R2):
Obtain the icon location from a FolderItem.
f.mic_GetIconLocation( hv as integer ) as integer
f: FolderItem
hv: 0 = horizontal, 1 = vertical
Move the icon location of a FolderItem.
f.mic_SetIconLocation( h as Integer, v as Integer )
f: FolderItem, h:horizontal ,V:vertical