Windward Engine API Reference
ActiveGlowColor Property
See Also  Send comments on this topic.
UpdatePods.net.windward.ui Namespace > MainForm Class : ActiveGlowColor Property




Glossary Item Box

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 active.")>
<DevExpress.XtraEditors.DXCategoryAttribute("Appearance")>
Public Property ActiveGlowColor As Color
Visual Basic (Usage)Copy Code
Dim instance As MainForm
Dim value As Color
 
instance.ActiveGlowColor = value
 
value = instance.ActiveGlowColor
C# 
[DevExpressUtilsLocalizedDescription("Gets or sets the color of the glow adorning effect applied to the form's borders when the form is active.")]
[DevExpress.XtraEditors.DXCategory("Appearance")]
public Color ActiveGlowColor {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 active.")]
[DevExpress.XtraEditors.DXCategory("Appearance")]
public: __property Color get_ActiveGlowColor();
public: __property void set_ActiveGlowColor( 
   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 active.")]
[DevExpress.XtraEditors.DXCategory("Appearance")]
public:
property Color ActiveGlowColor {
   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

© 2020 All Rights Reserved.