NSWindow.SetFrameUsingName Method

Definition

Overloads

SetFrameUsingName(String)
SetFrameUsingName(String, Boolean)

SetFrameUsingName(String)

[Foundation.Export("setFrameUsingName:")]
public virtual bool SetFrameUsingName (string name);
abstract member SetFrameUsingName : string -> bool
override this.SetFrameUsingName : string -> bool

Parameters

name
String

Returns

Attributes

Applies to

SetFrameUsingName(String, Boolean)

[Foundation.Export("setFrameUsingName:force:")]
public virtual bool SetFrameUsingName (string name, bool force);
abstract member SetFrameUsingName : string * bool -> bool
override this.SetFrameUsingName : string * bool -> bool

Parameters

name
String
force
Boolean

Returns

Attributes

Applies to