Syntax
| Visual Basic (Declaration) | |
|---|
<DevExpressUtilsLocalizedDescriptionAttribute("Gets or sets the color of the glow adorning effect applied to the form's borders when the form is not active.")>
<DevExpress.XtraEditors.DXCategoryAttribute("Appearance")>
Public Property InactiveGlowColor As Color |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As MainForm
Dim value As Color
instance.InactiveGlowColor = value
value = instance.InactiveGlowColor |
| C# | |
|---|
[DevExpressUtilsLocalizedDescription("Gets or sets the color of the glow adorning effect applied to the form's borders when the form is not active.")]
[DevExpress.XtraEditors.DXCategory("Appearance")]
public Color InactiveGlowColor {get; set;} |
| Managed Extensions for C++ | |
|---|
[DevExpressUtilsLocalizedDescription("Gets or sets the color of the glow adorning effect applied to the form's borders when the form is not active.")]
[DevExpress.XtraEditors.DXCategory("Appearance")]
public: __property Color get_InactiveGlowColor();
public: __property void set_InactiveGlowColor(
Color value
); |
| C++/CLI | |
|---|
[DevExpressUtilsLocalizedDescription("Gets or sets the color of the glow adorning effect applied to the form's borders when the form is not active.")]
[DevExpress.XtraEditors.DXCategory("Appearance")]
public:
property Color InactiveGlowColor {
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