NSWindow.SetFrameUsingName Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| SetFrameUsingName(String) | |
| SetFrameUsingName(String, Boolean) |
SetFrameUsingName(String)
[Foundation.Export("setFrameUsingName:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool SetFrameUsingName(string name);
[<Foundation.Export("setFrameUsingName:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetFrameUsingName : string -> bool
override this.SetFrameUsingName : string -> bool
Parameters
- name
- String
Returns
- Attributes
Applies to
SetFrameUsingName(String, Boolean)
[Foundation.Export("setFrameUsingName:force:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool SetFrameUsingName(string name, bool force);
[<Foundation.Export("setFrameUsingName:force:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetFrameUsingName : string * bool -> bool
override this.SetFrameUsingName : string * bool -> bool
Parameters
- name
- String
- force
- Boolean
Returns
- Attributes