CheckBox.Value 属性

定义

返回或设置一个值,该值指示是否选择了检查框。

public:
 property bool Value { bool get(); void set(bool value); };
public bool Value { get; set; }
member this.Value : bool with get, set
Public Property Value As Boolean

属性值

适用于