Share via


BalloonTip.ShowBalloon Method

Include Protected Members
Include Inherited Members

Sets the balloon tip to show.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public methodStatic member ShowBalloon(ComboBox, String) Shows the balloon tip of the ComboBox class.
Public methodStatic member ShowBalloon(TextBoxBase, String) Shows the balloon tip of the TextBoxBase class.
Public methodStatic member ShowBalloon(ToolStripComboBox, String) Shows the balloon tip of the ToolStripComboBox class.
Public methodStatic member ShowBalloon(ToolStripTextBox, String) Shows the balloon tip of the ToolStripTextBox class.
Public methodStatic member ShowBalloon(ComboBox, String, String) Shows the balloon tip of the ComboBox class.
Public methodStatic member ShowBalloon(TextBoxBase, String, String) Shows the balloon tip of the TextBoxBase class.
Public methodStatic member ShowBalloon(ToolStripComboBox, String, String) Shows the balloon tip of the ToolStripComboBox class.
Public methodStatic member ShowBalloon(ToolStripTextBox, String, String) Shows the balloon tip of the ToolStripTextBox class.
Public methodStatic member ShowBalloon(ComboBox, String, String, ToolTipIcon) Shows the balloon tip of the ComboBox class.
Public methodStatic member ShowBalloon(TextBoxBase, String, String, ToolTipIcon) Shows the balloon tip of the TextBoxBase class.
Public methodStatic member ShowBalloon(ToolStripComboBox, String, String, ToolTipIcon) Shows the balloon tip of the ToolStripComboBox class.
Public methodStatic member ShowBalloon(ToolStripTextBox, String, String, ToolTipIcon) Shows the balloon tip of the ToolStripTextBox class.

Top