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
Afficher le fichier Open project: xamarin/mac-samples

Private Properties

Свойство Type Description
ReleaseDesignerOutlets void

Méthodes publiques

Méthode Description
BoxPrefsViewController ( IntPtr handle ) : System

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

Private Methods

Méthode Description
ReleaseDesignerOutlets ( ) : void

Method Details

BoxPrefsViewController() public méthode

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