Micono GetFinderIconx v1.0.0b9
for REALbasic 2 plugin

Upload: 2000/4/16

[Download]


About Micono GetFinderIconx

  • Can obtain icon image from FolderItem.

 


Methods

Obtain file/folder icon image.

f.mic_GetFinderIconSuite( Size as integer ) as Picture

f: FolderItem

Value

Size: Icon size

0 Large Icon (32*32)
1 Small Icon (16*16)
2 Mini Icon (16*12)
3 Huge Icon (48*48)

Obtain file/folder icon image.

f.mic_GetFinderIcon( Depth as integer, Size as integer, Transform as integer, BackColor as color ) as Picture

(Old method: f.mic_GetIconPicture( Depth as integer, Size as integer, Transform as integer, BackColor as color ) as Picture)

f: FolderItem

----

Value

Depth:

32bit, 8bit, 4bit, 1bit、0 (Mask)

Size: Icon size

0 Large Icon (32*32)
1 Small Icon (16*16)
2 Mini Icon (16*12)
3 Huge Icon (48*48)

Transform:

&h0 none
&h1 Disabled
&h2 Offline
&h3 Open
&h100 Label 1
&h200 Label 2
&h300 Label 3
&h400 Label 4
&h500 Label 5
&h600 Label 6
&h700 Label 7
&h400 Selected

BackColor:

-

 

Obtain mask image of file icon.

f.mic_GetFinderIconMask( Size as integer ) as Picture

(Old method: f.mic_GetIconMask( Size as integer ) as Picture)

f: FolderItem
Size: Icon size (see mic_GetIconPicture)


Warranty and Copyright Information


Support


Copyright 1999, Micono Utilities. All rights reserved.