'Declaration <CategoryAttribute("Value")> <RefreshPropertiesAttribute(Repaint)> <DefaultValueAttribute(False)> <DescriptionAttribute("A value indicating whether the button is checked.")> Public Property IsChecked As Boolean
[Category("Value")] [RefreshProperties(Repaint)] [DefaultValue(False)] [Description("A value indicating whether the button is checked.")] public bool IsChecked { get; set; }
[Category("Value")] [RefreshProperties(Repaint)] [DefaultValue(False)] [Description("A value indicating whether the button is checked.")] public: __property bool get_IsChecked(); public: __property void set_IsChecked(
bool value
);
[Category("Value")] [RefreshProperties(Repaint)] [DefaultValue(False)] [Description("A value indicating whether the button is checked.")] public:
property bool IsChecked { bool get(); void set(bool value); }
Property Value
True - переключатель отмечен; false - переключатель НЕ отмечен.