Syntax
| Visual Basic (Declaration) | |
|---|
<DevExpressUtilsLocalizedDescriptionAttribute("Gets or sets the background color of the form's client region.")>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Overridable Property BackColor As Color |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As MainForm
Dim value As Color
instance.BackColor = value
value = instance.BackColor |
| C# | |
|---|
[DevExpressUtilsLocalizedDescription("Gets or sets the background color of the form's client region.")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public virtual Color BackColor {get; set;} |
| Managed Extensions for C++ | |
|---|
[DevExpressUtilsLocalizedDescription("Gets or sets the background color of the form's client region.")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public: __property virtual Color get_BackColor();
public: __property virtual void set_BackColor(
Color value
); |
| C++/CLI | |
|---|
[DevExpressUtilsLocalizedDescription("Gets or sets the background color of the form's client region.")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public:
virtual property Color BackColor {
Color get();
void set ( Color value);
} |
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also