MonobjcMonobjc Documented Class Library
SaveOptionsShouldShowUTTypeMessage Method (saveOptions, utType)
NamespacesMonobjc.QuartzIKSaveOptions..::..IKSaveOptionsDelegateEventDispatcherSaveOptionsShouldShowUTTypeMessage(IKSaveOptions, NSString)

Called to determine if the specified uniform type identifier should be shown in the save panel.

Original signature is '- (BOOL)saveOptions:(IKSaveOptions *)saveOptions shouldShowUTType:(NSString *)utType'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public bool SaveOptionsShouldShowUTTypeMessage(
	IKSaveOptions saveOptions,
	NSString utType
)
Public Function SaveOptionsShouldShowUTTypeMessage ( _
	saveOptions As IKSaveOptions, _
	utType As NSString _
) As Boolean
public:
bool SaveOptionsShouldShowUTTypeMessage(
	IKSaveOptions^ saveOptions, 
	NSString^ utType
)
Parameters
saveOptions (IKSaveOptions)
The IKSaveOptions instance that called the delegate.
utType (NSString)
The uniform type identifier to test.
Return Value
YES if the specified type should be shown in the save options, otherwise NO.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.Quartz (Module: Monobjc.Quartz)