Gets or sets the background color for the control.
Namespace:
BeeMobile.ToolBar
Assembly:
BeeMobile.ToolBar.CF35 (in BeeMobile.ToolBar.CF35.dll) Version: 3.5.3.0
Syntax
C# |
---|
public override Color BackColor { get; set; } |
Visual Basic (Declaration) |
---|
Public Overrides Property BackColor As Color |
Visual C++ |
---|
public:
virtual property Color BackColor {
Color get () override;
void set (Color value) override;
} |
See Also