MonobjcMonobjc Documented Class Library
INSDraggingSource Interface
NamespacesMonobjc.AppKitINSDraggingSource

[Missing <summary> documentation for "T:Monobjc.AppKit.INSDraggingSource"]

Declaration Syntax
C#Visual BasicVisual C++
public interface INSDraggingSource : IManagedWrapper
Public Interface INSDraggingSource _
	Inherits IManagedWrapper
public interface class INSDraggingSource : IManagedWrapper
Members
All MembersMethodsProperties



IconMemberDescription
CastAs<(Of <<'(T>)>>)()()()()
Try to cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from IManagedWrapper.)
CastTo<(Of <<'(T>)>>)()()()()
Cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from IManagedWrapper.)
DraggedImageBeganAt(NSImage, NSPoint)

Gives the source object an opportunity to respond to the initiation of a dragging session.

Original signature is '- (void)draggedImage:(NSImage *)anImage beganAt:(NSPoint)aPoint'

Available in Mac OS X v10.0 and later.


DraggedImageEndedAtOperation(NSImage, NSPoint, NSDragOperation)

Invoked after the dragging destination has been given a chance to operate on the data represented by the image,

Original signature is '- (void)draggedImage:(NSImage *)anImage endedAt:(NSPoint)aPoint operation:(NSDragOperation)operation'

Available in Mac OS X v10.0 and later.


DraggedImageMovedTo(NSImage, NSPoint)

Informs the dragging source when a dragged image moves to a new screen coordinate.

Original signature is '- (void)draggedImage:(NSImage *)draggedImage movedTo:(NSPoint)screenPoint'

Available in Mac OS X v10.0 and later.


DraggingSourceOperationMaskForLocal(Boolean)

Returns an integer bit mask indicating the types of dragging operations the source object will allow to be performed on the dragged image's data.

Original signature is '- (NSDragOperation)draggingSourceOperationMaskForLocal:(BOOL)isLocal'

Available in Mac OS X v10.0 and later.


IgnoreModifierKeysWhileDragging

Sets whether the use of modifier keys should have an effect on the type of operation performed.

Original signature is '- (BOOL)ignoreModifierKeysWhileDragging'

Available in Mac OS X v10.0 and later.


NamesOfPromisedFilesDroppedAtDestination(NSURL)

Returns the names of the files that the receiver promises to create at a specified location.

Original signature is '- (NSArray *)namesOfPromisedFilesDroppedAtDestination:(NSURL *)dropDestination'

Available in Mac OS X v10.2 and later.


NativePointer

Gets the underlying native pointer.

(Inherited from IManagedWrapper.)
SendMessage(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

(Inherited from IManagedWrapper.)
SendMessage<(Of <<'(TReturnType>)>>)(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

(Inherited from IManagedWrapper.)
SendMessageSuper(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

(Inherited from IManagedWrapper.)
SendMessageSuper<(Of <<'(TReturnType>)>>)(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

(Inherited from IManagedWrapper.)
SendMessageSuperVarArgs(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
SendMessageSuperVarArgs<(Of <<'(TReturnType>)>>)(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
SendMessageVarArgs(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
SendMessageVarArgs<(Of <<'(TReturnType>)>>)(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)