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

C# | Visual Basic | Visual C++ |
public interface INSDraggingSource : IManagedWrapper
Public Interface INSDraggingSource _ Inherits IManagedWrapper
public interface class INSDraggingSource : IManagedWrapper

All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
![]() | 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. |
![]() | SendMessage(String, array<Object>[]()[][]) | Sends a message to this receiver (either a Class or an object instance). |
![]() | SendMessage<(Of <<'(TReturnType>)>>)(String, array<Object>[]()[][]) | Sends a message to this receiver (either a Class or an object instance). |
![]() | SendMessageSuper(Class, String, array<Object>[]()[][]) | Sends a message to the super instance of this receiver. |
![]() | SendMessageSuper<(Of <<'(TReturnType>)>>)(Class, String, array<Object>[]()[][]) | Sends a message to the super instance of this receiver. |
![]() | 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 |
![]() | 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 |
![]() | 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 |
![]() | 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 |

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)