DragDropManager.GetForIsland(ContentIsland) Method

Definition

Retrieves a new DragDropManager for the specified ContentIsland.

public:
 static DragDropManager ^ GetForIsland(ContentIsland ^ content);
 static DragDropManager GetForIsland(ContentIsland const& content);
public static DragDropManager GetForIsland(ContentIsland content);
function getForIsland(content)
Public Shared Function GetForIsland (content As ContentIsland) As DragDropManager

Parameters

content
ContentIsland

The ContentIsland for which to associate a new DragDropManager.

Returns

A new DragDropManager associated with the specified ContentIsland.

Applies to