Intersoft ClientUI Documentation
GetDataPresent(Type) Method
See Also  Send Feedback
Intersoft.Client.UI.Controls.Interactivity Namespace > DragDropEventData Class > GetDataPresent Method : GetDataPresent(Type) Method






format
Data format.
Gets a value that indicates whether the data with specified format is present.

Syntax

Visual Basic (Declaration) 
Public Overloads Function GetDataPresent( _
   ByVal format As Type _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As DragDropEventData
Dim format As Type
Dim value As Boolean
 
value = instance.GetDataPresent(format)
C# 
public bool GetDataPresent( 
   Type format
)
Delphi 
public function GetDataPresent( 
    format: Type
): Boolean; 
JScript 
public function GetDataPresent( 
   format : Type
) : boolean;
Managed Extensions for C++ 
public: bool GetDataPresent( 
   Type* format
) 
C++/CLI 
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 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.