C# Class System.Windows.Forms.TextView

Inheritance: NSTextView
Show file Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Public Properties

Property Type Description
Host TextBoxHelper

Public Methods

Method Description
FlagsChanged ( NSEvent theEvent ) : void
InsertText ( NSObject insertString ) : void
KeyDown ( NSEvent theEvent ) : void
KeyUp ( NSEvent theEvent ) : void
SetSingleLine ( ) : void

Private Methods

Method Description
TextView ( ) : AppKit

Method Details

FlagsChanged() public method

public FlagsChanged ( NSEvent theEvent ) : void
theEvent NSEvent
return void

InsertText() public method

public InsertText ( NSObject insertString ) : void
insertString NSObject
return void

KeyDown() public method

public KeyDown ( NSEvent theEvent ) : void
theEvent NSEvent
return void

KeyUp() public method

public KeyUp ( NSEvent theEvent ) : void
theEvent NSEvent
return void

SetSingleLine() public method

public SetSingleLine ( ) : void
return void

Property Details

Host public property

public TextBoxHelper,System.Windows.Forms Host
return TextBoxHelper