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






Gets the dropable object.

Syntax

Visual Basic (Declaration) 
Function GetDropableObject() As DependencyObject
Visual Basic (Usage)Copy Code
Dim instance As IDropable
Dim value As DependencyObject
 
value = instance.GetDropableObject()
C# 
DependencyObject GetDropableObject()
Delphi 
function GetDropableObject(): DependencyObject; 
JScript 
function GetDropableObject() : DependencyObject;
Managed Extensions for C++ 
DependencyObject* GetDropableObject(); 
C++/CLI 
DependencyObject^ GetDropableObject(); 

Return Value

Dropable object.

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.