C# Class System.Windows.Forms.NSViewExtender

Show file Open project: Clancey/MonoMac.Windows.Form

Public Methods

Method Description
BringSubviewToFront ( this superView, NSView theView ) : void
BringToFront ( this theView ) : void

Method Details

BringSubviewToFront() public static method

public static BringSubviewToFront ( this superView, NSView theView ) : void
superView this
theView NSView
return void

BringToFront() public static method

public static BringToFront ( this theView ) : void
theView this
return void