프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
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. |
리턴 | bool |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
리턴 | void |
protected OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void | ||
levent | System.Windows.Forms.LayoutEventArgs | An EventArgs that contains the event data. |
리턴 | void |
public ShowCalculatingSize ( Point screenPt ) : void | ||
screenPt | Point | Screen point of cursor. |
리턴 | void |
public ShowCalculatingSize ( |
||
screenRect | Screen position to display relative to. | |
리턴 | void |
public VisualPopupToolTip ( |
||
redirector | Redirector for recovering palette values. | |
contentValues | IContentValues | Source of content values. |
renderer | IRenderer | Drawing renderer. |
리턴 | 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. |
리턴 | System |