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




Glossary Item Box

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<DevExpressUtilsLocalizedDescriptionAttribute("Gets or sets the form's border adornment effect.")>
<DevExpress.XtraEditors.DXCategoryAttribute("Appearance")>
Public Property FormBorderEffect As DevExpress.XtraEditors.FormBorderEffect
Visual Basic (Usage)Copy Code
Dim instance As MainForm
Dim value As DevExpress.XtraEditors.FormBorderEffect
 
instance.FormBorderEffect = value
 
value = instance.FormBorderEffect
C# 
[DefaultValue()]
[DevExpressUtilsLocalizedDescription("Gets or sets the form's border adornment effect.")]
[DevExpress.XtraEditors.DXCategory("Appearance")]
public DevExpress.XtraEditors.FormBorderEffect FormBorderEffect {get; set;}
Managed Extensions for C++ 
[DefaultValue()]
[DevExpressUtilsLocalizedDescription("Gets or sets the form's border adornment effect.")]
[DevExpress.XtraEditors.DXCategory("Appearance")]
public: __property DevExpress.XtraEditors.FormBorderEffect get_FormBorderEffect();
public: __property void set_FormBorderEffect( 
   DevExpress.XtraEditors.FormBorderEffect value
);
C++/CLI 
[DefaultValue()]
[DevExpressUtilsLocalizedDescription("Gets or sets the form's border adornment effect.")]
[DevExpress.XtraEditors.DXCategory("Appearance")]
public:
property DevExpress.XtraEditors.FormBorderEffect FormBorderEffect {
   DevExpress.XtraEditors.FormBorderEffect get();
   void set (    DevExpress.XtraEditors.FormBorderEffect 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.