fileselector クラス : FilterIndex(int) セッタ
説明
選択するフィルターのインデックスを設定します。
構文
instance.Filter = value;
代入値
クラス | 説明 |
int | 選択するフィルターのインデックス。 |
返り値
無し。
サンプルコード
1: | fileselector fsel = new fileselector(); |
2: | fsel.Filter = "Cook files|*.cook|Text files|*.txt"; |
3: | fsel.FilterIndex = 2; // Text files are selected. |
注意
既定値は1です。