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






Gets the dropable object.

Syntax

Visual Basic (Declaration) 
Public Function GetDropableObject() As DependencyObject
Visual Basic (Usage)Copy Code
Dim instance As ISDragableHeaderedSelectionControl
Dim value As DependencyObject
 
value = instance.GetDropableObject()
C# 
public DependencyObject GetDropableObject()
Delphi 
public function GetDropableObject(): DependencyObject; 
JScript 
public function GetDropableObject() : DependencyObject;
Managed Extensions for C++ 
public: DependencyObject* GetDropableObject(); 
C++/CLI 
public:
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.