C# Class MacInspector.MainSplitViewController

Inheritance: NSSplitViewController
Datei anzeigen Open project: xamarin/mac-samples

Private Properties

Property Type Description

Public Methods

Method Description
ClearInspector ( ) : void

Removes the panel currently being displayed in the Inspector.

MainSplitViewController ( IntPtr handle ) : System

Initializes a new instance of the T:MacInspector.MainSplitViewController class.

ShowBoxInspector ( CustomBox box ) : void

Shows the box inspector.

ShowDocumentInspector ( ) : void

Shows the document inspector.

ViewWillAppear ( ) : void

Called before the view is displayed so it can be configured.

Method Details

ClearInspector() public method

Removes the panel currently being displayed in the Inspector.
public ClearInspector ( ) : void
return void

MainSplitViewController() public method

Initializes a new instance of the T:MacInspector.MainSplitViewController class.
public MainSplitViewController ( IntPtr handle ) : System
handle System.IntPtr Handle.
return System

ShowBoxInspector() public method

Shows the box inspector.
public ShowBoxInspector ( CustomBox box ) : void
box CustomBox The being displayed/edited.
return void

ShowDocumentInspector() public method

Shows the document inspector.
public ShowDocumentInspector ( ) : void
return void

ViewWillAppear() public method

Called before the view is displayed so it can be configured.
public ViewWillAppear ( ) : void
return void