バージョン

InitializeState メソッド

チェックボックスの状態を初期化します。
シンタックス
'宣言
 
Public Sub InitializeState( _
   ByVal threeState As Boolean, _
   ByVal checkState As CheckState _
) 
public void InitializeState( 
   bool threeState,
   CheckState checkState
)

パラメータ

threeState
3 つの状態チェックボックスでは True、2 つの状態では False です。
checkState
チェックボックスの初期 CheckState
参照