MonobjcMonobjc Documented Class Library
StatusForTable Method (table)
NamespacesMonobjc.AppKitNSPrinterStatusForTable(NSString)

Returns the status of the specified table.

Original signature is '- (NSPrinterTableStatus)statusForTable:(NSString *)table'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSPrinterTableStatus StatusForTable(
	NSString table
)
Public Overridable Function StatusForTable ( _
	table As NSString _
) As NSPrinterTableStatus
public:
virtual NSPrinterTableStatus StatusForTable(
	NSString^ table
)
Parameters
table (NSString)
The name of a table from the printer's PPD file.
Return Value
One of the return values described in “Constants.”
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)