'Declaration <DescriptionAttribute("The text color of the default appearance.")> <CategoryAttribute("Appearance")> Public Property TextColor As System.Drawing.Color
[Description("The text color of the default appearance.")] [Category("Appearance")] public System.Drawing.Color TextColor { get; set; }
[Description("The text color of the default appearance.")] [Category("Appearance")] public: __property System.Drawing.Color* get_TextColor(); public: __property void set_TextColor(
System.Drawing.Color* value
);
[Description("The text color of the default appearance.")] [Category("Appearance")] public:
property System.Drawing.Color^ TextColor { System.Drawing.Color^ get(); void set(System.Drawing.Color^ value); }