Intersoft ClientUI Documentation
GetData(String,Boolean) Method



Data format.
Auto convert.
Gets the data object.
Syntax
Public Overloads Function GetData( _
   ByVal format As String, _
   ByVal autoConvert As Boolean _
) As Object
Dim instance As DragDropEventData
Dim format As String
Dim autoConvert As Boolean
Dim value As Object
 
value = instance.GetData(format, autoConvert)
public object GetData( 
   string format,
   bool autoConvert
)
public:
Object^ GetData( 
   String^ format,
   bool autoConvert
) 

Parameters

format
Data format.
autoConvert
Auto convert.

Return Value

Data object.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DragDropEventData Class
DragDropEventData Members
Overload List

Send Feedback