fileselector クラス : FilterIndex ゲッタ
説明
選択されているフィルターのインデックスを返します。
構文
instance.FilterIndex
引数
無し。
返り値
クラス | 説明 |
int | 選択されているフィルターのインデックス。 |
サンプルコード
1: | fileselector fsel = new fileselector(); |
2: | int index = fsel.FilterIndex; |
注意
既定値は1です。
選択されているフィルターのインデックスを返します。
instance.FilterIndex
無し。
クラス | 説明 |
int | 選択されているフィルターのインデックス。 |
1: | fileselector fsel = new fileselector(); |
2: | int index = fsel.FilterIndex; |
既定値は1です。