C# Class Monobjc.AppKit.NSDraggingItem

Afficher le fichier Open project: Monobjc/monobjc

Méthodes publiques

Méthode Description
SetImageComponentsProvider ( System.Action imageComponentsProvider ) : void

An array of Blocks that provide the dragging image components.

Original signature is '@property(copy) NSArray *(^imageComponentsProvider)(void)'

Available in OS X v10.7 and later.

Method Details

SetImageComponentsProvider() public méthode

An array of Blocks that provide the dragging image components.

Original signature is '@property(copy) NSArray *(^imageComponentsProvider)(void)'

Available in OS X v10.7 and later.

public SetImageComponentsProvider ( System.Action imageComponentsProvider ) : void
imageComponentsProvider System.Action
Résultat void