'Declaration <DescriptionAttribute("The color of a text box text.")> <CategoryAttribute("TextBox")> <DefaultValueAttribute(System.Drawing.Color, "255, 0, 0, 0")> Public Property TextBoxForeColor As System.Drawing.Color
[Description("The color of a text box text.")] [Category("TextBox")] [DefaultValue(System.Drawing.Color, "255, 0, 0, 0")] public System.Drawing.Color TextBoxForeColor { get; set; }
[Description("The color of a text box text.")] [Category("TextBox")] [DefaultValue(System.Drawing.Color, "255, 0, 0, 0")] public: __property System.Drawing.Color* get_TextBoxForeColor(); public: __property void set_TextBoxForeColor(
System.Drawing.Color* value
);
[Description("The color of a text box text.")] [Category("TextBox")] [DefaultValue(System.Drawing.Color, "255, 0, 0, 0")] public:
property System.Drawing.Color^ TextBoxForeColor { System.Drawing.Color^ get(); void set(System.Drawing.Color^ value); }
Property Value
Default value is Black.