C# Class SourceWriter.FormatsPrefsController

This controller handles the user preferences for language syntax highlighting.
This section uses Data Binding and Key-Value Coding to bind preference values to UI Controls on the Storyboard. For more information see: http://developer.xamarin.com/guides/mac/application_fundamentals/databinding/
Inheritance: NSViewController
Show file Open project: xamarin/mac-samples

Private Properties

Property Type Description
ApplyChanges void
ReleaseDesignerOutlets void
ShowCSharp void
ShowHTML void
ShowMarkDown void
ShowXML void

Public Methods

Method Description
FormatsPrefsController ( IntPtr handle ) : System

Initializes a new instance of the SourceWriter.FormatsPrefsController class.

Private Methods

Method Description
ApplyChanges ( Foundation sender ) : void
ReleaseDesignerOutlets ( ) : void
ShowCSharp ( Foundation sender ) : void
ShowHTML ( Foundation sender ) : void
ShowMarkDown ( Foundation sender ) : void
ShowXML ( Foundation sender ) : void

Method Details

FormatsPrefsController() public method

Initializes a new instance of the SourceWriter.FormatsPrefsController class.
public FormatsPrefsController ( IntPtr handle ) : System
handle System.IntPtr Handle.
return System