C# Класс ComponentFactory.Krypton.Toolkit.VisualPopupToolTip

Visual display of tooltip information.
Наследование: VisualPopup
Показать файл Открыть проект Примеры использования класса

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