Intersoft ClientUI Documentation
SetIsMovable Method
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXRibbon Namespace > UXRibbonOrderedPanel Class : SetIsMovable Method






obj
value
Sets a value that determines whether the element can be move or not.

Syntax

Visual Basic (Declaration) 
Public Shared Sub SetIsMovable( _
   ByVal obj As DependencyObject, _
   ByVal value As Boolean _
) 
Visual Basic (Usage)Copy Code
Dim obj As DependencyObject
Dim value As Boolean
 
UXRibbonOrderedPanel.SetIsMovable(obj, value)
C# 
public static void SetIsMovable( 
   DependencyObject obj,
   bool value
)
Delphi 
public procedure SetIsMovable( 
    obj: DependencyObject;
    value: Boolean
); static; 
JScript 
public static function SetIsMovable( 
   obj : DependencyObject,
   value : boolean
);
Managed Extensions for C++ 
public: static void SetIsMovable( 
   DependencyObject* obj,
   bool value
) 
C++/CLI 
public:
static void SetIsMovable( 
   DependencyObject^ obj,
   bool value
) 

Parameters

obj
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.