MonobjcMonobjc Documented Class Library
CanInitWithPasteboard Method (pasteboard)
NamespacesMonobjc.QTKitQTMovieCanInitWithPasteboard(NSPasteboard)

Returns YES if the contents of the specified pasteboard can be used to initialize a QTMovie object.

Original signature is '+ (BOOL)canInitWithPasteboard:(NSPasteboard *)pasteboard'

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static bool CanInitWithPasteboard(
	NSPasteboard pasteboard
)
Public Shared Function CanInitWithPasteboard ( _
	pasteboard As NSPasteboard _
) As Boolean
public:
static bool CanInitWithPasteboard(
	NSPasteboard^ pasteboard
)
Parameters
pasteboard (NSPasteboard)
An NSPasteboard object.
Return Value
YES if a QTMovie object can be initialized from the specified pasteboard, NO otherwise.
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.QTKit (Module: Monobjc.QTKit)