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






Gets a value that indicates wheter the current panel is dropable.

Syntax

Visual Basic (Declaration) 
Public Function IsDropable() As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ISDragableSelectionControl
Dim value As Boolean
 
value = instance.IsDropable()
C# 
public bool IsDropable()
Delphi 
public function IsDropable(): Boolean; 
JScript 
public function IsDropable() : boolean;
Managed Extensions for C++ 
public: bool IsDropable(); 
C++/CLI 
public:
bool IsDropable(); 

Return Value

A value that indicates wheter the current panel is dropable.

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.