static private ShowBalloonTip ( int timeout, string tipTitle, string tipText, ToolTipIcon tipIcon ) : void | ||
timeout | int | The time period, in milliseconds, the balloon tip should display. |
tipTitle | string | The title to display on the balloon tip. |
tipText | string | The text to display on the balloon tip. |
tipIcon | ToolTipIcon | One of the |
Результат | void |