fileselector クラス : FilterIndex ゲッタ

説明

選択されているフィルターのインデックスを返します。

構文

instance.FilterIndex

引数

無し。

返り値

クラス説明
int選択されているフィルターのインデックス。

サンプルコード

1:

fileselector fsel = new fileselector();

2:

int index = fsel.FilterIndex;

注意

既定値は1です。

参照リンク

Copyright © Cooker All rights reserved.