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




Glossary Item Box

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Behavior")>
<DevExpressXtraBarsLocalizedDescriptionAttribute("Gets or sets whether an end-user is allowed to drag the RibbonForm window by a page category caption.")>
<DefaultValueAttribute()>
Public Property AllowDraggingByPageCategory As DevExpress.Utils.DefaultBoolean
Visual Basic (Usage)Copy Code
Dim instance As MainForm
Dim value As DevExpress.Utils.DefaultBoolean
 
instance.AllowDraggingByPageCategory = value
 
value = instance.AllowDraggingByPageCategory
C# 
[Category("Behavior")]
[DevExpressXtraBarsLocalizedDescription("Gets or sets whether an end-user is allowed to drag the RibbonForm window by a page category caption.")]
[DefaultValue()]
public DevExpress.Utils.DefaultBoolean AllowDraggingByPageCategory {get; set;}
Managed Extensions for C++ 
[Category("Behavior")]
[DevExpressXtraBarsLocalizedDescription("Gets or sets whether an end-user is allowed to drag the RibbonForm window by a page category caption.")]
[DefaultValue()]
public: __property DevExpress.Utils.DefaultBoolean get_AllowDraggingByPageCategory();
public: __property void set_AllowDraggingByPageCategory( 
   DevExpress.Utils.DefaultBoolean value
);
C++/CLI 
[Category("Behavior")]
[DevExpressXtraBarsLocalizedDescription("Gets or sets whether an end-user is allowed to drag the RibbonForm window by a page category caption.")]
[DefaultValue()]
public:
property DevExpress.Utils.DefaultBoolean AllowDraggingByPageCategory {
   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.