Intersoft ClientUI Documentation
AllowMoveItem Property
See Also  Send Feedback
Intersoft.Client.UI.Controls.Interactivity Namespace > UXPanel Class : AllowMoveItem Property






Gets or sets a value that determines whether the Items in this control can be moved to other controls.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Interactivity")>
Public Overridable Property AllowMoveItem As Boolean
Visual Basic (Usage)Copy Code
Dim instance As UXPanel
Dim value As Boolean
 
instance.AllowMoveItem = value
 
value = instance.AllowMoveItem
C# 
[CategoryAttribute("Interactivity")]
public virtual bool AllowMoveItem {get; set;}
Delphi 
public read-write property AllowMoveItem: Boolean; virtual; 
JScript 
CategoryAttribute("Interactivity")
public function get,set AllowMoveItem : boolean
Managed Extensions for C++ 
[CategoryAttribute("Interactivity")]
public: __property virtual bool get_AllowMoveItem();
public: __property virtual void set_AllowMoveItem( 
   bool value
);
C++/CLI 
[CategoryAttribute("Interactivity")]
public:
virtual property bool AllowMoveItem {
   bool get();
   void set (    bool value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.