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