'Declaration <BrowsableAttribute(True)> <DescriptionAttribute("Indicates whether the button must be checked on click.")> <DesignerSerializationVisibilityAttribute(Visible)> Public Property CheckOnClick As Boolean
[Browsable(True)] [Description("Indicates whether the button must be checked on click.")] [DesignerSerializationVisibility(Visible)] public bool CheckOnClick { get; set; }
[Browsable(True)] [Description("Indicates whether the button must be checked on click.")] [DesignerSerializationVisibility(Visible)] public: __property bool get_CheckOnClick(); public: __property void set_CheckOnClick(
bool value
);
[Browsable(True)] [Description("Indicates whether the button must be checked on click.")] [DesignerSerializationVisibility(Visible)] public:
property bool CheckOnClick { bool get(); void set(bool value); }
Property Value
true if button must be checked on click; otherwise, false.