C# Class macdoc.MyDocument

Inheritance: MonoMac.AppKit.NSDocument
Afficher le fichier Open project: kangaroo/monomac Class Usage Examples

Private Properties

Свойство Type Description
HandleWebViewDecidePolicyForNavigation void
LoadImages void
MyDocument System
ScrollToVisible int
ShowNode void

Méthodes publiques

Méthode Description
LoadHtml ( string html ) : void
MyDocument ( IntPtr handle ) : System
WindowControllerDidLoadNib ( NSWindowController windowController ) : void

Private Methods

Méthode Description
HandleWebViewDecidePolicyForNavigation ( object sender, WebNavigatioPolicyEventArgs e ) : void
LoadImages ( ) : void
MyDocument ( MonoMac.Foundation.NSCoder coder ) : System
ScrollToVisible ( Monodoc.Node n ) : int
ShowNode ( Monodoc.Node n ) : void

Method Details

LoadHtml() public méthode

public LoadHtml ( string html ) : void
html string
Résultat void

MyDocument() public méthode

public MyDocument ( IntPtr handle ) : System
handle System.IntPtr
Résultat System

WindowControllerDidLoadNib() public méthode

public WindowControllerDidLoadNib ( NSWindowController windowController ) : void
windowController NSWindowController
Résultat void