C# 클래스 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/
상속: NSViewController
파일 보기 프로젝트 열기: xamarin/mac-samples

Private Properties

프로퍼티 타입 설명
ApplyChanges void
ReleaseDesignerOutlets void
ShowCSharp void
ShowHTML void
ShowMarkDown void
ShowXML void

공개 메소드들

메소드 설명
FormatsPrefsController ( IntPtr handle ) : System

Initializes a new instance of the SourceWriter.FormatsPrefsController class.

비공개 메소드들

메소드 설명
ApplyChanges ( Foundation sender ) : void
ReleaseDesignerOutlets ( ) : void
ShowCSharp ( Foundation sender ) : void
ShowHTML ( Foundation sender ) : void
ShowMarkDown ( Foundation sender ) : void
ShowXML ( Foundation sender ) : void

메소드 상세

FormatsPrefsController() 공개 메소드

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