C# Class System.Windows.Forms.DrawToolTipEventArgs

Inheritance: System.EventArgs
ファイルを表示 Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Public Methods

Method 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 method

public DrawBackground ( ) : void
return void

DrawBorder() public method

public DrawBorder ( ) : void
return void

DrawText() public method

public DrawText ( ) : void
return void

DrawText() public method

public DrawText ( TextFormatFlags flags ) : void
flags TextFormatFlags
return void

DrawToolTipEventArgs() public method

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
return System.Drawing