C# Class System.Windows.Forms.ViewHelper

Inheritance: FlippedView, IViewHelper
Show file Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Public Methods

Method Description
DrawRect ( RectangleF dirtyRect ) : void
FlagsChanged ( NSEvent theEvent ) : void
FontChanged ( ) : void
KeyDown ( NSEvent theEvent ) : void
KeyUp ( NSEvent theEvent ) : void
MouseDown ( NSEvent theEvent ) : void
MouseDragged ( NSEvent theEvent ) : void
MouseMoved ( NSEvent theEvent ) : void
MouseUp ( NSEvent theEvent ) : void
ViewDidMoveToWindow ( ) : void
ViewHelper ( Control parent ) : AppKit

Protected Methods

Method Description
OnPaintBackground ( PaintEventArgs e ) : void

Method Details

DrawRect() public method

public DrawRect ( RectangleF dirtyRect ) : void
dirtyRect System.Drawing.RectangleF
return void

FlagsChanged() public method

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

FontChanged() public method

public FontChanged ( ) : void
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

MouseDown() public method

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

MouseDragged() public method

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

MouseMoved() public method

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

MouseUp() public method

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

OnPaintBackground() protected method

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
return void

ViewDidMoveToWindow() public method

public ViewDidMoveToWindow ( ) : void
return void

ViewHelper() public method

public ViewHelper ( Control parent ) : AppKit
parent Control
return AppKit