C# Class System.Windows.Forms.TextView

Inheritance: NSTextView
Afficher le fichier Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Méthodes publiques

Свойство Type Description
Host TextBoxHelper

Méthodes publiques

Méthode Description
FlagsChanged ( NSEvent theEvent ) : void
InsertText ( NSObject insertString ) : void
KeyDown ( NSEvent theEvent ) : void
KeyUp ( NSEvent theEvent ) : void
SetSingleLine ( ) : void

Private Methods

Méthode Description
TextView ( ) : AppKit

Method Details

FlagsChanged() public méthode

public FlagsChanged ( NSEvent theEvent ) : void
theEvent NSEvent
Résultat void

InsertText() public méthode

public InsertText ( NSObject insertString ) : void
insertString NSObject
Résultat void

KeyDown() public méthode

public KeyDown ( NSEvent theEvent ) : void
theEvent NSEvent
Résultat void

KeyUp() public méthode

public KeyUp ( NSEvent theEvent ) : void
theEvent NSEvent
Résultat void

SetSingleLine() public méthode

public SetSingleLine ( ) : void
Résultat void

Property Details

Host public_oe property

public TextBoxHelper,System.Windows.Forms Host
Résultat TextBoxHelper