DragDropManager.GetForIsland(ContentIsland) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.