'Declaration <CategoryAttribute("Value")> <RefreshPropertiesAttribute(Repaint)> <DefaultValueAttribute(null)> <DescriptionAttribute("The button value.")> Public Property ButtonValue As System.String
[Category("Value")] [RefreshProperties(Repaint)] [DefaultValue(null)] [Description("The button value.")] public System.String ButtonValue { get; set; }
[Category("Value")] [RefreshProperties(Repaint)] [DefaultValue(null)] [Description("The button value.")] public: __property System.String get_ButtonValue(); public: __property void set_ButtonValue(
System.String value
);
[Category("Value")] [RefreshProperties(Repaint)] [DefaultValue(null)] [Description("The button value.")] public:
property System.String ButtonValue { System.String get(); void set(System.String value); }