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




Glossary Item Box

Syntax

Visual Basic (Declaration) 
<DevExpressXtraBarsLocalizedDescriptionAttribute("Gets or sets whether the form's title and border are painted according to the native Windows theme or with a skin.")>
<DefaultValueAttribute()>
<DevExpress.XtraEditors.DXCategoryAttribute("Appearance")>
Public Property AllowFormGlass As DevExpress.Utils.DefaultBoolean
Visual Basic (Usage)Copy Code
Dim instance As MainForm
Dim value As DevExpress.Utils.DefaultBoolean
 
instance.AllowFormGlass = value
 
value = instance.AllowFormGlass
C# 
[DevExpressXtraBarsLocalizedDescription("Gets or sets whether the form's title and border are painted according to the native Windows theme or with a skin.")]
[DefaultValue()]
[DevExpress.XtraEditors.DXCategory("Appearance")]
public DevExpress.Utils.DefaultBoolean AllowFormGlass {get; set;}
Managed Extensions for C++ 
[DevExpressXtraBarsLocalizedDescription("Gets or sets whether the form's title and border are painted according to the native Windows theme or with a skin.")]
[DefaultValue()]
[DevExpress.XtraEditors.DXCategory("Appearance")]
public: __property DevExpress.Utils.DefaultBoolean get_AllowFormGlass();
public: __property void set_AllowFormGlass( 
   DevExpress.Utils.DefaultBoolean value
);
C++/CLI 
[DevExpressXtraBarsLocalizedDescription("Gets or sets whether the form's title and border are painted according to the native Windows theme or with a skin.")]
[DefaultValue()]
[DevExpress.XtraEditors.DXCategory("Appearance")]
public:
property DevExpress.Utils.DefaultBoolean AllowFormGlass {
   DevExpress.Utils.DefaultBoolean get();
   void set (    DevExpress.Utils.DefaultBoolean 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.