Property | Type | Description | |
---|---|---|---|
Content | |||
Owner | ITooltipOwner |
Property | Type | Description | |
---|---|---|---|
BackgroundRenderer | System.Windows.Forms.VisualStyles.VisualStyleRenderer |
Method | Description | |
---|---|---|
CustomTooltip ( ITooltipOwner owner ) : System | ||
FitContentOnScreen ( |
||
GetDefaultStringFormat ( ) : |
||
SetContent ( |
Method | Description | |
---|---|---|
AdjustMouseEvent ( MouseEventArgs &e ) : bool | ||
OnMouseClick ( MouseEventArgs e ) : void | ||
OnMouseDown ( MouseEventArgs e ) : void | ||
OnMouseMove ( MouseEventArgs e ) : void | ||
OnMouseUp ( MouseEventArgs e ) : void | ||
OnPaint ( PaintEventArgs e ) : void | ||
OnPaintBackground ( PaintEventArgs e ) : void | ||
UpdateRegion ( ) : void |
Method | Description | |
---|---|---|
DeltaTooltip_FormClosed ( object sender, System.Windows.Forms.FormClosedEventArgs e ) : void |
protected AdjustMouseEvent ( MouseEventArgs &e ) : bool | ||
e | MouseEventArgs | |
return | bool |
public CustomTooltip ( ITooltipOwner owner ) : System | ||
owner | ITooltipOwner | |
return | System |
public static FitContentOnScreen ( |
||
g | ||
content | ||
font | ||
tooltipPosition | Point | |
tooltipSize | ||
return | void |
public static GetDefaultStringFormat ( ) : |
||
return |
protected OnMouseClick ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnMouseDown ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnMouseMove ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnMouseUp ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
protected OnPaintBackground ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
public SetContent ( |
||
content | ||
return | void |
protected VisualStyleRenderer,System.Windows.Forms.VisualStyles BackgroundRenderer | ||
return | System.Windows.Forms.VisualStyles.VisualStyleRenderer |