Intersoft ClientUI Documentation
GetAllowRemove Method
See Also  Send Feedback
Intersoft.Client.UI.Controls.Interactivity Namespace > ISDragDrop Class : GetAllowRemove Method






element
Target element.
Gets allow remove value from target element.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetAllowRemove( _
   ByVal element As UIElement _
) As Boolean
Visual Basic (Usage)Copy Code
Dim element As UIElement
Dim value As Boolean
 
value = ISDragDrop.GetAllowRemove(element)
C# 
public static bool GetAllowRemove( 
   UIElement element
)
Delphi 
public function GetAllowRemove( 
    element: UIElement
): Boolean; static; 
JScript 
public static function GetAllowRemove( 
   element : UIElement
) : boolean;
Managed Extensions for C++ 
public: static bool GetAllowRemove( 
   UIElement* element
) 
C++/CLI 
public:
static bool GetAllowRemove( 
   UIElement^ element
) 

Parameters

element
Target element.

Return Value

Allow remove.

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.