C# 클래스 ExcelDna.IntelliSense.ToolTipForm

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: Excel-DNA/IntelliSense 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
OnPaint ( PaintEventArgs e ) : void
WndProc ( Message &m ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

MoveToolTip() 공개 메소드

public MoveToolTip ( int left, int top, int topOffset, int listLeft = null ) : void
left int
top int
topOffset int
listLeft int
리턴 void

OnPaint() 보호된 메소드

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

ShowToolTip() 공개 메소드

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
리턴 void

ToolTipForm() 공개 메소드

public ToolTipForm ( IntPtr hwndOwner ) : System
hwndOwner System.IntPtr
리턴 System

WndProc() 보호된 메소드

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
리턴 void