C# Class System.Windows.Forms.TextBoxHelper

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

Public Properties

Property Type Description
TextView TextView

Private Properties

Property Type Description
TextBoxHelper AppKit

Public Methods

Method Description
DrawRect ( RectangleF dirtyRect ) : void
FontChanged ( ) : void
UpdateTextView ( ) : void

Protected Methods

Method Description
OnPaintBackground ( PaintEventArgs e ) : void

Private Methods

Method Description
TextBoxHelper ( ) : AppKit

Method Details

DrawRect() public method

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

FontChanged() public method

public FontChanged ( ) : void
return void

OnPaintBackground() protected method

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

UpdateTextView() public method

public UpdateTextView ( ) : void
return void

Property Details

TextView public property

public TextView,System.Windows.Forms TextView
return TextView