'Declaration <CategoryAttribute("Value")> <DefaultValueAttribute(null)> <DescriptionAttribute("A name representing the default appearance state (actually field default value), which is used to select the appropriate appearance from the appearance dictionary.")> Public Property DefaultValue As System.String
[Category("Value")] [DefaultValue(null)] [Description("A name representing the default appearance state (actually field default value), which is used to select the appropriate appearance from the appearance dictionary.")] public System.String DefaultValue { get; set; }
[Category("Value")] [DefaultValue(null)] [Description("A name representing the default appearance state (actually field default value), which is used to select the appropriate appearance from the appearance dictionary.")] public: __property System.String get_DefaultValue(); public: __property void set_DefaultValue(
System.String value
);
[Category("Value")] [DefaultValue(null)] [Description("A name representing the default appearance state (actually field default value), which is used to select the appropriate appearance from the appearance dictionary.")] public:
property System.String DefaultValue { System.String get(); void set(System.String value); }