MonobjcMonobjc Documented Class Library
RemoveFrameUsingName Method (frameName)
NamespacesMonobjc.AppKitNSWindowRemoveFrameUsingName(NSString)

Removes the frame data stored under a given name from the application’s user defaults.

Original signature is '+ (void)removeFrameUsingName:(NSString *)frameName'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static void RemoveFrameUsingName(
	NSString frameName
)
Public Shared Sub RemoveFrameUsingName ( _
	frameName As NSString _
)
public:
static void RemoveFrameUsingName(
	NSString^ frameName
)
Parameters
frameName (NSString)
The name of the frame to remove.
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)