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




Glossary Item Box

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<DevExpressUtilsLocalizedDescriptionAttribute("Gets or sets whether an MDI bar is allowed for this form. This property is in effect for a parent MDI form, when the title bar skinning feature is enabled.")>
<DevExpress.XtraEditors.DXCategoryAttribute("Behavior")>
Public Overridable Property AllowMdiBar As Boolean
Visual Basic (Usage)Copy Code
Dim instance As MainForm
Dim value As Boolean
 
instance.AllowMdiBar = value
 
value = instance.AllowMdiBar
C# 
[DefaultValue()]
[DevExpressUtilsLocalizedDescription("Gets or sets whether an MDI bar is allowed for this form. This property is in effect for a parent MDI form, when the title bar skinning feature is enabled.")]
[DevExpress.XtraEditors.DXCategory("Behavior")]
public virtual bool AllowMdiBar {get; set;}
Managed Extensions for C++ 
[DefaultValue()]
[DevExpressUtilsLocalizedDescription("Gets or sets whether an MDI bar is allowed for this form. This property is in effect for a parent MDI form, when the title bar skinning feature is enabled.")]
[DevExpress.XtraEditors.DXCategory("Behavior")]
public: __property virtual bool get_AllowMdiBar();
public: __property virtual void set_AllowMdiBar( 
   bool value
);
C++/CLI 
[DefaultValue()]
[DevExpressUtilsLocalizedDescription("Gets or sets whether an MDI bar is allowed for this form. This property is in effect for a parent MDI form, when the title bar skinning feature is enabled.")]
[DevExpress.XtraEditors.DXCategory("Behavior")]
public:
virtual property bool AllowMdiBar {
   bool get();
   void set (    bool 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.