MonobjcMonobjc Documented Class Library
SetTitleWithRepresentedFilename Method (filePath)
NamespacesMonobjc.AppKitNSWindowSetTitleWithRepresentedFilename(NSString)

Sets a given path as the window’s title, formatting it as a file-system path, and records this path as the window’s associated filename using setRepresentedFilename:.

Original signature is '- (void)setTitleWithRepresentedFilename:(NSString *)filePath'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetTitleWithRepresentedFilename(
	NSString filePath
)
Public Overridable Sub SetTitleWithRepresentedFilename ( _
	filePath As NSString _
)
public:
virtual void SetTitleWithRepresentedFilename(
	NSString^ filePath
)
Parameters
filePath (NSString)
The file path to set as the window’s title.
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)