Intersoft ClientUI Documentation
GetDataPresent(Type) Method



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

Parameters

format
Data format.

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