'Declaration <RefreshPropertiesAttribute(Repaint)> <CategoryAttribute("Value")> <DefaultValueAttribute("Off")> <DescriptionAttribute("A name representing the appearance state (actually field value), which is used to select the appropriate appearance from the appearance dictionary.")> Public Property Value As System.String
[RefreshProperties(Repaint)] [Category("Value")] [DefaultValue("Off")] [Description("A name representing the appearance state (actually field value), which is used to select the appropriate appearance from the appearance dictionary.")] public System.String Value { get; set; }
[RefreshProperties(Repaint)] [Category("Value")] [DefaultValue("Off")] [Description("A name representing the appearance state (actually field value), which is used to select the appropriate appearance from the appearance dictionary.")] public: __property System.String get_Value(); public: __property void set_Value(
System.String value
);
[RefreshProperties(Repaint)] [Category("Value")] [DefaultValue("Off")] [Description("A name representing the appearance state (actually field value), which is used to select the appropriate appearance from the appearance dictionary.")] public:
property System.String Value { System.String get(); void set(System.String value); }
Property Value
"Off" - флажок не отмечен; в противном случае флажок установлен.