Method | 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 ( |
Method | Description | |
---|---|---|
OnPaint ( PaintEventArgs e ) : void | ||
WndProc ( |
Method | Description | |
---|---|---|
DrawRoundedRectangle ( |
||
DrawString ( |
||
GetMouseLocation ( |
||
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 |
public MoveToolTip ( int left, int top, int topOffset, int listLeft = null ) : void | ||
left | int | |
top | int | |
topOffset | int | |
listLeft | int | |
return | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
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 | |
return | void |
public ToolTipForm ( |
||
hwndOwner | ||
return | System |
protected WndProc ( |
||
m | ||
return | void |