C# Class System.Windows.Forms.DrawToolTipEventArgs

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

Méthodes publiques

Méthode Description
DrawBackground ( ) : void
DrawBorder ( ) : void
DrawText ( ) : void
DrawText ( TextFormatFlags flags ) : void
DrawToolTipEventArgs ( Graphics graphics, IWin32Window associatedWindow, Control associatedControl, Rectangle bounds, string toolTipText, Color backColor, Color foreColor, Font font ) : System.Drawing

Method Details

DrawBackground() public méthode

public DrawBackground ( ) : void
Résultat void

DrawBorder() public méthode

public DrawBorder ( ) : void
Résultat void

DrawText() public méthode

public DrawText ( ) : void
Résultat void

DrawText() public méthode

public DrawText ( TextFormatFlags flags ) : void
flags TextFormatFlags
Résultat void

DrawToolTipEventArgs() public méthode

public DrawToolTipEventArgs ( Graphics graphics, IWin32Window associatedWindow, Control associatedControl, Rectangle bounds, string toolTipText, Color backColor, Color foreColor, Font font ) : System.Drawing
graphics System.Drawing.Graphics
associatedWindow IWin32Window
associatedControl Control
bounds System.Drawing.Rectangle
toolTipText string
backColor Color
foreColor Color
font System.Drawing.Font
Résultat System.Drawing