public virtual CheckValue Value {get; set;}
'Declaration Public Overridable Property Value As CheckValue
'使用法 Dim instance As FpCheckBox Dim value As CheckValue instance.Value = value value = instance.Value
このプロパティは、コントロールの状態を次のように整数値として取得または設定します。
このプロパティが使用できるのは実行時のみです。
コントロールの状態を設定するには、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 列挙体
© 2004-2015, GrapeCity inc. All rights reserved.