'Declaration <DesignerSerializationVisibilityAttribute(Visible)> <BrowsableAttribute(True)> <DescriptionAttribute("Indicates whether the button must be checked on click.")> Public Property CheckOnClick As Boolean
[DesignerSerializationVisibility(Visible)] [Browsable(True)] [Description("Indicates whether the button must be checked on click.")] public bool CheckOnClick { get; set; }
[DesignerSerializationVisibility(Visible)] [Browsable(True)] [Description("Indicates whether the button must be checked on click.")] public: __property bool get_CheckOnClick(); public: __property void set_CheckOnClick(
bool value
);
[DesignerSerializationVisibility(Visible)] [Browsable(True)] [Description("Indicates whether the button must be checked on click.")] public:
property bool CheckOnClick { bool get(); void set(bool value); }
Property Value
true, если кнопка должна быть отмечена при щелчке; в противном случае, false.