Property | Type | Description |
---|
Method | Description | |
---|---|---|
AllowMouseMove ( |
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 ( |
Show the tooltip popup relative to the provided screen position.
|
|
VisualPopupToolTip ( |
Initialize a new instance of the VisualPopupTooltip class.
|
|
VisualPopupToolTip ( |
Initialize a new instance of the VisualPopupTooltip class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void |
Raises the Layout event.
|
public AllowMouseMove ( |
||
m | Original message. | |
pt | Point | Client coordinates point. |
return | bool |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void | ||
levent | System.Windows.Forms.LayoutEventArgs | An EventArgs that contains the event data. |
return | void |
public ShowCalculatingSize ( Point screenPt ) : void | ||
screenPt | Point | Screen point of cursor. |
return | void |
public ShowCalculatingSize ( |
||
screenRect | Screen position to display relative to. | |
return | void |
public VisualPopupToolTip ( |
||
redirector | Redirector for recovering palette values. | |
contentValues | IContentValues | Source of content values. |
renderer | IRenderer | Drawing renderer. |
return | System |
public VisualPopupToolTip ( |
||
redirector | 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 |