Method RegisterDropAction
RegisterDropAction(FrameworkOnDropActionHandler, IDevFrameworkObjectMLString, IDevFrameworkObjectMLString, DropMode)
Registriert die angegebene DropAction.
Declaration
[DocfxBrowsable]
public void RegisterDropAction(FrameworkOnDropActionHandler onDropDelegate, IDevFrameworkObjectMLString title, IDevFrameworkObjectMLString description, DropMode dropMode = DropMode.FullControl)
Parameters
onDropDelegate FrameworkOnDropActionHandler
description IDevFrameworkObjectMLString
dropMode DropMode
RegisterDropAction(FrameworkOnDropActionHandler, String, IDevFrameworkObjectMLString, DropMode)
Registriert die angegebene DropAction.
Declaration
[DocfxBrowsable]
public void RegisterDropAction(FrameworkOnDropActionHandler onDropDelegate, string title, IDevFrameworkObjectMLString description, DropMode dropMode = DropMode.FullControl)
Parameters
onDropDelegate FrameworkOnDropActionHandler
title String
description IDevFrameworkObjectMLString
dropMode DropMode
RegisterDropAction(FrameworkOnDropActionHandler, IDevFrameworkObjectMLString, String, DropMode)
Registriert die angegebene DropAction.
Declaration
[DocfxBrowsable]
public void RegisterDropAction(FrameworkOnDropActionHandler onDropDelegate, IDevFrameworkObjectMLString title, string description, DropMode dropMode = DropMode.FullControl)
Parameters
onDropDelegate FrameworkOnDropActionHandler
description String
dropMode DropMode
RegisterDropAction(FrameworkOnDropActionHandler, String, String, DropMode)
Registriert die angegebene DropAction.
Declaration
[DocfxBrowsable]
public void RegisterDropAction(FrameworkOnDropActionHandler onDropDelegate, string title, string description, DropMode dropMode = DropMode.FullControl)
Parameters
onDropDelegate FrameworkOnDropActionHandler
title String
description String
dropMode DropMode