[]
        
(Showing Draft Content)

C1.Win.SuperTooltip.C1SuperTooltipBase.Show

Show Method

Show(string, Control, Point, int)

Shows the tooltip with the specified text, for the specified control, at the specified position, for a specified amount of time.

Declaration
public void Show(string text, Control control, Point pt, int duration)
Parameters
Type Name Description
string text

Text to be displayed in the tooltip.

Control control

Control that the tooltip is associated with.

Point pt

Point in client coordinates where the tooltip is to be displayed.

int duration

Duration of the tooltip, in milliseconds.

Show(string, Control, int, int, int)

Shows the tooltip with the specified text, for the specified control, at the specified position, for a specified amount of time.

Declaration
public void Show(string text, Control control, int x, int y, int duration)
Parameters
Type Name Description
string text

Text to be displayed in the tooltip.

Control control

Control that the tooltip is associated with.

int x

X client coordinate where the tooltip is to be displayed.

int y

Y client coordinate where the tooltip is to be displayed.

int duration

Duration of the tooltip, in milliseconds.

Show(string, Control, int)

Shows the tooltip with the specified text, for the specified control, for a specified amount of time.

Declaration
public void Show(string text, Control control, int duration)
Parameters
Type Name Description
string text

Text to be displayed in the tooltip.

Control control

Control that the tooltip is associated with.

int duration

Duration of the tooltip, in milliseconds.

Show(string, Control, Point)

Shows the tooltip with the specified text, for the specified control, at the specified position.

Declaration
public void Show(string text, Control control, Point pt)
Parameters
Type Name Description
string text

Text to be displayed in the tooltip.

Control control

Control that the tooltip is associated with.

Point pt

Point in client coordinates where the tooltip is to be displayed.

Show(string, Control, int, int)

Shows the tooltip with the specified text, for the specified control, at the specified position.

Declaration
public void Show(string text, Control control, int x, int y)
Parameters
Type Name Description
string text

Text to be displayed in the tooltip.

Control control

Control that the tooltip is associated with.

int x

X client coordinate where the tooltip is to be displayed.

int y

Y client coordinate where the tooltip is to be displayed.

Show(string, Control)

Shows the tooltip with the specified text for the specified control.

Declaration
public void Show(string text, Control control)
Parameters
Type Name Description
string text

Text to be displayed in the tooltip.

Control control

Control that the tooltip is associated with.

Show(string, ToolStripItem, Point, int)

Shows the tooltip with the specified text, for the specified ToolStripItem, at the specified position, for a specified amount of time.

Declaration
public void Show(string text, ToolStripItem item, Point pt, int duration)
Parameters
Type Name Description
string text

Text to be displayed in the tooltip.

ToolStripItem item

ToolStripItem that the tooltip is associated with.

Point pt

Point in client coordinates where the tooltip is to be displayed.

int duration

Duration of the tooltip, in milliseconds.

Show(string, ToolStripItem, int, int, int)

Shows the tooltip with the specified text, for the specified ToolStripItem, at the specified position, for a specified amount of time.

Declaration
public void Show(string text, ToolStripItem item, int x, int y, int duration)
Parameters
Type Name Description
string text

Text to be displayed in the tooltip.

ToolStripItem item

ToolStripItem that the tooltip is associated with.

int x

X client coordinate where the tooltip is to be displayed.

int y

Y client coordinate where the tooltip is to be displayed.

int duration

Duration of the tooltip, in milliseconds.

Show(string, ToolStripItem, int)

Shows the tooltip with the specified text, for the specified ToolStripItem, for a specified amount of time.

Declaration
public void Show(string text, ToolStripItem item, int duration)
Parameters
Type Name Description
string text

Text to be displayed in the tooltip.

ToolStripItem item

ToolStripItem that the tooltip is associated with.

int duration

Duration of the tooltip, in milliseconds.

Show(string, ToolStripItem, Point)

Shows the tooltip with the specified text, for the specified ToolStripItem, at the specified position.

Declaration
public void Show(string text, ToolStripItem item, Point pt)
Parameters
Type Name Description
string text

Text to be displayed in the tooltip.

ToolStripItem item

ToolStripItem that the tooltip is associated with.

Point pt

Point in client coordinates where the tooltip is to be displayed.

Show(string, ToolStripItem, int, int)

Shows the tooltip with the specified text, for the specified ToolStripItem, at the specified position.

Declaration
public void Show(string text, ToolStripItem item, int x, int y)
Parameters
Type Name Description
string text

Text to be displayed in the tooltip.

ToolStripItem item

ToolStripItem that the tooltip is associated with.

int x

X client coordinate where the tooltip is to be displayed.

int y

Y client coordinate where the tooltip is to be displayed.

Show(string, ToolStripItem)

Shows the tooltip with the specified text for the specified ToolStripItem.

Declaration
public void Show(string text, ToolStripItem item)
Parameters
Type Name Description
string text

Text to be displayed in the tooltip.

ToolStripItem item

ToolStripItem that the tooltip is associated with.