Intersoft ClientUI Documentation
GetDataPresent(String,Boolean) Method



Data format.
Auto convert.
Gets a value that indicates whether the data with specified format is present.
Syntax
Public Overloads Function GetDataPresent( _
   ByVal format As String, _
   ByVal autoConvert As Boolean _
) As Boolean
Dim instance As DragDropEventData
Dim format As String
Dim autoConvert As Boolean
Dim value As Boolean
 
value = instance.GetDataPresent(format, autoConvert)
public bool GetDataPresent( 
   string format,
   bool autoConvert
)
public:
bool GetDataPresent( 
   String^ format,
   bool autoConvert
) 

Parameters

format
Data format.
autoConvert
Auto convert.

Return Value

a value that indicates whether the data with specified format is present.
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