C# Class ComponentFactory.Krypton.Toolkit.VisualPopupToolTip

Visual display of tooltip information.
Inheritance: VisualPopup
Show file Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
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.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Raises the Layout event.

Method Details

AllowMouseMove() public method

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.
return bool

Dispose() protected method

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

OnLayout() protected method

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

ShowCalculatingSize() public method

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

ShowCalculatingSize() public method

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.
return void

VisualPopupToolTip() public method

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.
return System

VisualPopupToolTip() public method

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.
return System