Syntax
| Visual Basic (Declaration) | |
|---|
<DevExpressXtraBarsLocalizedDescriptionAttribute("Gets or sets whether a RibbonControl within this RibbonForm always lays underneath all other components.")>
<DefaultValueAttribute()>
<DevExpress.XtraEditors.DXCategoryAttribute("Behavior")>
Public Property RibbonAlwaysAtBack As Boolean |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As MainForm
Dim value As Boolean
instance.RibbonAlwaysAtBack = value
value = instance.RibbonAlwaysAtBack |
| C# | |
|---|
[DevExpressXtraBarsLocalizedDescription("Gets or sets whether a RibbonControl within this RibbonForm always lays underneath all other components.")]
[DefaultValue()]
[DevExpress.XtraEditors.DXCategory("Behavior")]
public bool RibbonAlwaysAtBack {get; set;} |
| Managed Extensions for C++ | |
|---|
[DevExpressXtraBarsLocalizedDescription("Gets or sets whether a RibbonControl within this RibbonForm always lays underneath all other components.")]
[DefaultValue()]
[DevExpress.XtraEditors.DXCategory("Behavior")]
public: __property bool get_RibbonAlwaysAtBack();
public: __property void set_RibbonAlwaysAtBack(
bool value
); |
| C++/CLI | |
|---|
[DevExpressXtraBarsLocalizedDescription("Gets or sets whether a RibbonControl within this RibbonForm always lays underneath all other components.")]
[DefaultValue()]
[DevExpress.XtraEditors.DXCategory("Behavior")]
public:
property bool RibbonAlwaysAtBack {
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