'Declaration Public Shared Function GetDragSource( _
ByVal args As System.Windows.Forms.DragEventArgs _
) As ThumbnailViewer
public static ThumbnailViewer GetDragSource(
System.Windows.Forms.DragEventArgs args
)
public: static ThumbnailViewer* GetDragSource(
System.Windows.Forms.DragEventArgs* args
)
public:
static ThumbnailViewer^ GetDragSource(
System.Windows.Forms.DragEventArgs^ args
)
Parameters
- args
- The System.Windows.Forms.DragEventArgs.
Return Value
The source thumbnail viewer for Drag&Drop operation or null.