Indeterminateの読み方

Indeterminateの読み方

C#で利用されるCheckBoxのState状態の1つである「Indeterminate」の読み方を掲載してます。

読み⽅

インディターミネート」と読みます。

英訳

「不定」という意味があります。

Indeterminateとは

C#で、CheckBoxのState状態の1つを表す

checkBox1.CheckState = CheckState.Indeterminate;