public virtual CheckValue Value {get; set;}
'宣言 Public Overridable Property Value As CheckValue
'宣言
Public Overridable Property Value As CheckValue
このプロパティは、コントロールの状態を次のように整数値として取得または設定します。
このプロパティが使用できるのは実行時のみです。
コントロールの状態を設定するには、CheckedプロパティまたはCheckStateプロパティを設定します。
control.ThreeState = true; control.Checked = false; control.Picture[1] = Image.FromFile("..\\check1.bmp");
control.ThreeState = True control.Checked = False control.Picture(1) = Image.FromFile("..\check1.bmp")
FpCheckBox クラス FpCheckBox メンバ Checked プロパティ CheckState プロパティ CheckValue 列挙体
© MESCIUS inc. All rights reserved.