'Declaration Public Function HasDragSource( _
ByVal argsThe System.Windows.Forms.DragEventArgs instance containing the event data.As System.Windows.Forms.DragEventArgs _
) As Boolean
public bool HasDragSource(
System.Windows.Forms.DragEventArgs args
)
public: bool HasDragSource(
System.Windows.Forms.DragEventArgs* args
)
public:
bool HasDragSource(
System.Windows.Forms.DragEventArgs^ args
)
Parameters
- args
- The System.Windows.Forms.DragEventArgs instance containing the event data.
Return Value
True if manager has drag source for specified arguments; otherwise, false.