C# Class System.Windows.Forms.TextBoxHelper

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

Méthodes publiques

Свойство Type Description
TextView TextView

Private Properties

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

Méthodes publiques

Méthode Description
DrawRect ( RectangleF dirtyRect ) : void
FontChanged ( ) : void
UpdateTextView ( ) : void

Méthodes protégées

Méthode Description
OnPaintBackground ( PaintEventArgs e ) : void

Private Methods

Méthode Description
TextBoxHelper ( ) : AppKit

Method Details

DrawRect() public méthode

public DrawRect ( RectangleF dirtyRect ) : void
dirtyRect System.Drawing.RectangleF
Résultat void

FontChanged() public méthode

public FontChanged ( ) : void
Résultat void

OnPaintBackground() protected méthode

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

UpdateTextView() public méthode

public UpdateTextView ( ) : void
Résultat void

Property Details

TextView public_oe property

public TextView,System.Windows.Forms TextView
Résultat TextView