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






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

Syntax

Visual Basic (Declaration) 
Function IsDropable() As Boolean
Visual Basic (Usage)Copy Code
Dim instance As IDropable
Dim value As Boolean
 
value = instance.IsDropable()
C# 
bool IsDropable()
Delphi 
function IsDropable(): Boolean; 
JScript 
function IsDropable() : boolean;
Managed Extensions for C++ 
bool IsDropable(); 
C++/CLI 
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.