プラグインは
アイコンの表示位置に関するREALbasicのpluginです。
- FolderItemからアイコンの表示位置を得る。
- FolderItemのアイコンの表示位置を設定する。
更新内容:
- REALbasic 1用pluginを追加
- CWPro5で作成
- サンプルプロジェクトを修正
Micono IconLocation (R1):
アイコンの表示位置を得る。
mic_GetIconLocation( f as FolderItem, hv as integer ) as integer
hv: 0 = 水平方向、1 = 垂直方向の座標を得る。
アイコンの表示位置を設定する。
mic_SetIconLocation( f as FolderItem, h as Integer, v as Integer )
h:水平方向、V:垂直方向
Micono IconLocation (R2):
アイコンの表示位置を得る。
f.mic_GetIconLocation( hv as integer ) as integer
f:FolderItem
hv: 0 = 水平方向、1 = 垂直方向の座標を得る。
アイコンの表示位置を設定する。
f.mic_SetIconLocation( h as Integer, v as Integer )
f:FolderItem、h:水平方向、V:垂直方向