'Declaration <DefaultValueAttribute(System.Drawing.Color, "255, 0, 0, 0")> <DescriptionAttribute("The color of a text box text.")> <CategoryAttribute("TextBox")> Public Property TextBoxForeColor As System.Drawing.Color
[DefaultValue(System.Drawing.Color, "255, 0, 0, 0")] [Description("The color of a text box text.")] [Category("TextBox")] public System.Drawing.Color TextBoxForeColor { get; set; }
[DefaultValue(System.Drawing.Color, "255, 0, 0, 0")] [Description("The color of a text box text.")] [Category("TextBox")] public: __property System.Drawing.Color* get_TextBoxForeColor(); public: __property void set_TextBoxForeColor(
System.Drawing.Color* value
);
[DefaultValue(System.Drawing.Color, "255, 0, 0, 0")] [Description("The color of a text box text.")] [Category("TextBox")] public:
property System.Drawing.Color^ TextBoxForeColor { System.Drawing.Color^ get(); void set(System.Drawing.Color^ value); }
Property Value
Значение по умолчанию - черный.