ファイルマネージャ枠のモードを取得します。
非同期のメソッド中も含め、常時取得することが出来ます。
int mode = Hm.ExplorerPane.GetMode()
using System; using HmNetCOM; ... int mode = Hm.ExplorerPane.GetMode(); Hm.OutputPane.Output(mode.ToString());