Smartmobili.Cocoa.NSView.AddSubview C# (CSharp) Method

AddSubview() public method

public AddSubview ( NSView aView ) : void
aView NSView
return void
        public virtual void AddSubview(NSView aView)
        {
            this.AddSubview (aView, NSWindowOrderingMode.NSWindowAbove, null);
        }

Same methods

NSView::AddSubview ( NSView aView, NSWindowOrderingMode place, NSView otherView ) : void
NSView