FlexReport for WPF
ThreeState プロパティ (CheckBoxField)


C1.WPF.Report アセンブリ > C1.WPF.Report 名前空間 > CheckBoxField クラス : ThreeState プロパティ
チェックボックスで、2 種類ではなく 3 種類のチェック状態を可能にするかどうかを示す値を取得または設定します。
シンタックス
'宣言
 
Public Property ThreeState As System.Boolean
'使用法
 
Dim instance As CheckBoxField
Dim value As System.Boolean
 
instance.ThreeState = value
 
value = instance.ThreeState
public System.bool ThreeState {get; set;}
参照

CheckBoxField クラス
CheckBoxField メンバ