C# 클래스 _3PA.MainFeatures.InfoToolTip.InfoToolTipForm

상속: NppInterfaceForm.NppInterfaceForm
파일 보기 프로젝트 열기: jcaillon/3P 1 사용 예제들

공개 메소드들

메소드 설명
InfoToolTipForm ( ) : System
SetLinkClickedEvent ( Action clickHandler ) : void

Sets the link clicked event for the label

SetPosition ( ) : void

Reposition the tooltip with the last SetPosition method called

SetPosition ( Point position, int lineHeight ) : void

Position the tooltip relatively to a point

SetPosition ( Rectangle rect, bool reversed ) : void

Position the tooltip relatively to the autocompletion form (represented by a rectangle) reversed = true if the autocompletion is ABOVE the text it completes

SetText ( string content, int minimumWidth = 200 ) : void

set the html of the label, resize the tooltip

메소드 상세

InfoToolTipForm() 공개 메소드

public InfoToolTipForm ( ) : System
리턴 System

SetLinkClickedEvent() 공개 메소드

Sets the link clicked event for the label
public SetLinkClickedEvent ( Action clickHandler ) : void
clickHandler Action
리턴 void

SetPosition() 공개 메소드

Reposition the tooltip with the last SetPosition method called
public SetPosition ( ) : void
리턴 void

SetPosition() 공개 메소드

Position the tooltip relatively to a point
public SetPosition ( Point position, int lineHeight ) : void
position Point
lineHeight int
리턴 void

SetPosition() 공개 메소드

Position the tooltip relatively to the autocompletion form (represented by a rectangle) reversed = true if the autocompletion is ABOVE the text it completes
public SetPosition ( Rectangle rect, bool reversed ) : void
rect System.Drawing.Rectangle
reversed bool
리턴 void

SetText() 공개 메소드

set the html of the label, resize the tooltip
public SetText ( string content, int minimumWidth = 200 ) : void
content string
minimumWidth int
리턴 void