C# Class MacInspector.BoxPrefsViewController

Controls the adjustable properties of a T:MacInspector.CustomBox when displayed in an Inspector Panel.
This class uses key-value coding and data binding to set the properties. Please see: https://developer.xamarin.com/guides/mac/application_fundamentals/databinding/
Inheritance: NSViewController
Show file Open project: xamarin/mac-samples

Private Properties

Property Type Description
ReleaseDesignerOutlets void

Public Methods

Method Description
BoxPrefsViewController ( IntPtr handle ) : System

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

Private Methods

Method Description
ReleaseDesignerOutlets ( ) : void

Method Details

BoxPrefsViewController() public method

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