'Declaration <DescriptionAttribute("The color of a text box background.")> <DefaultValueAttribute(null)> <CategoryAttribute("TextBox")> Public Property TextBoxBackColor As System.Windows.Media.Color
[Description("The color of a text box background.")] [DefaultValue(null)] [Category("TextBox")] public System.Windows.Media.Color TextBoxBackColor { get; set; }
[Description("The color of a text box background.")] [DefaultValue(null)] [Category("TextBox")] public: __property System.Windows.Media.Color* get_TextBoxBackColor(); public: __property void set_TextBoxBackColor(
System.Windows.Media.Color* value
);
[Description("The color of a text box background.")] [DefaultValue(null)] [Category("TextBox")] public:
property System.Windows.Media.Color^ TextBoxBackColor { System.Windows.Media.Color^ get(); void set(System.Windows.Media.Color^ value); }
Property Value
Default value is White.