次の方法で共有


NSWindow.SetFrameUsingName メソッド

定義

オーバーロード

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

パラメーター

name
String

戻り値

属性

適用対象

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

パラメーター

name
String
force
Boolean

戻り値

属性

適用対象