NSView.ReplaceSubviewWith(NSView, NSView) Method

Definition

[Foundation.Export("replaceSubview:with:")]
public virtual void ReplaceSubviewWith (AppKit.NSView oldView, AppKit.NSView newView);
abstract member ReplaceSubviewWith : AppKit.NSView * AppKit.NSView -> unit
override this.ReplaceSubviewWith : AppKit.NSView * AppKit.NSView -> unit

Parameters

oldView
NSView
newView
NSView
Attributes

Applies to