'Declaration <CategoryAttribute("Appearance")> <DescriptionAttribute("The color of the comment in user interface.")> Public MustOverride Property Color As System.Drawing.Color
[Category("Appearance")] [Description("The color of the comment in user interface.")] public abstract System.Drawing.Color Color { get; set; }
[Category("Appearance")] [Description("The color of the comment in user interface.")] public: __property abstract System.Drawing.Color* get_Color(); public: __property abstract void set_Color(
System.Drawing.Color* value
);
[Category("Appearance")] [Description("The color of the comment in user interface.")] public:
abstract property System.Drawing.Color^ Color { System.Drawing.Color^ get(); void set(System.Drawing.Color^ value); }