C# Class ExcelDna.IntelliSense.ToolTipForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: Excel-DNA/IntelliSense Class Usage Examples

Méthodes publiques

Méthode Description
MoveToolTip ( int left, int top, int topOffset, int listLeft = null ) : void
ShowToolTip ( FormattedText text, string linePrefix, int left, int top, int topOffset, int listLeft = null ) : void
ToolTipForm ( IntPtr hwndOwner ) : System

Méthodes protégées

Méthode Description
OnPaint ( PaintEventArgs e ) : void
WndProc ( Message &m ) : void

Private Methods

Méthode Description
DrawRoundedRectangle ( Graphics g, RectangleF r, float radiusX, float radiusY ) : void
DrawString ( Graphics g, Brush brush, Rectangle &rect, Size &used, StringFormat format, string text, Font font ) : void
GetMouseLocation ( IntPtr lParam ) : Point
InitializeComponent ( ) : void
LaunchLink ( string address ) : void
MeasureFormulaStringWidth ( string formulaString ) : int
MouseButtonDown ( Point screenLocation ) : void
MouseButtonUp ( Point screenLocation ) : void
MouseMoved ( Point screenLocation ) : void
SetStandardFont ( string standardFontName, double standardFontSize ) : void
ShowToolTip ( ) : void
UpdateLocation ( int width, int height ) : void

Method Details

MoveToolTip() public méthode

public MoveToolTip ( int left, int top, int topOffset, int listLeft = null ) : void
left int
top int
topOffset int
listLeft int
Résultat void

OnPaint() protected méthode

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

ShowToolTip() public méthode

public ShowToolTip ( FormattedText text, string linePrefix, int left, int top, int topOffset, int listLeft = null ) : void
text FormattedText
linePrefix string
left int
top int
topOffset int
listLeft int
Résultat void

ToolTipForm() public méthode

public ToolTipForm ( IntPtr hwndOwner ) : System
hwndOwner System.IntPtr
Résultat System

WndProc() protected méthode

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
Résultat void