C# 클래스 ComponentFactory.Krypton.Toolkit.VisualPopupToolTip

Visual display of tooltip information.
상속: VisualPopup
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AllowMouseMove ( Message m, Point pt ) : bool

Should the mouse move at provided screen point be allowed.

ShowCalculatingSize ( Point screenPt ) : void

Show the tooltip popup relative to the provided screen position.

ShowCalculatingSize ( Rectangle screenRect ) : void

Show the tooltip popup relative to the provided screen position.

VisualPopupToolTip ( PaletteRedirect redirector, IContentValues contentValues, IRenderer renderer ) : System

Initialize a new instance of the VisualPopupTooltip class.

VisualPopupToolTip ( PaletteRedirect redirector, IContentValues contentValues, IRenderer renderer, PaletteBackStyle backStyle, PaletteBorderStyle borderStyle, PaletteContentStyle contentStyle ) : System

Initialize a new instance of the VisualPopupTooltip class.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void

Raises the Layout event.

메소드 상세

AllowMouseMove() 공개 메소드

Should the mouse move at provided screen point be allowed.
public AllowMouseMove ( Message m, Point pt ) : bool
m System.Windows.Forms.Message Original message.
pt Point Client coordinates point.
리턴 bool

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

OnLayout() 보호된 메소드

Raises the Layout event.
protected OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
levent System.Windows.Forms.LayoutEventArgs An EventArgs that contains the event data.
리턴 void

ShowCalculatingSize() 공개 메소드

Show the tooltip popup relative to the provided screen position.
public ShowCalculatingSize ( Point screenPt ) : void
screenPt Point Screen point of cursor.
리턴 void

ShowCalculatingSize() 공개 메소드

Show the tooltip popup relative to the provided screen position.
public ShowCalculatingSize ( Rectangle screenRect ) : void
screenRect System.Drawing.Rectangle Screen position to display relative to.
리턴 void

VisualPopupToolTip() 공개 메소드

Initialize a new instance of the VisualPopupTooltip class.
public VisualPopupToolTip ( PaletteRedirect redirector, IContentValues contentValues, IRenderer renderer ) : System
redirector PaletteRedirect Redirector for recovering palette values.
contentValues IContentValues Source of content values.
renderer IRenderer Drawing renderer.
리턴 System

VisualPopupToolTip() 공개 메소드

Initialize a new instance of the VisualPopupTooltip class.
public VisualPopupToolTip ( PaletteRedirect redirector, IContentValues contentValues, IRenderer renderer, PaletteBackStyle backStyle, PaletteBorderStyle borderStyle, PaletteContentStyle contentStyle ) : System
redirector PaletteRedirect Redirector for recovering palette values.
contentValues IContentValues Source of content values.
renderer IRenderer Drawing renderer.
backStyle PaletteBackStyle Style for the tooltip background.
borderStyle PaletteBorderStyle Style for the tooltip border.
contentStyle PaletteContentStyle Style for the tooltip content.
리턴 System