Intersoft ClientUI Documentation
GetFormats(Boolean) Method



Auto convert.
Gets existing data formats available.
Syntax
Public Overloads Function GetFormats( _
   ByVal autoConvert As Boolean _
) As String()
Dim instance As DragDropEventData
Dim autoConvert As Boolean
Dim value() As String
 
value = instance.GetFormats(autoConvert)
public string[] GetFormats( 
   bool autoConvert
)
public:
array<String^>^ GetFormats( 
   bool autoConvert
) 

Parameters

autoConvert
Auto convert.

Return Value

Collection of data format existed.
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