System.Windows.Forms.XplatUICarbon.SystrayBalloon C# (CSharp) Méthode

SystrayBalloon() private méthode

private SystrayBalloon ( IntPtr hwnd, int timeout, string title, string text, ToolTipIcon icon ) : void
hwnd System.IntPtr
timeout int
title string
text string
icon ToolTipIcon
Résultat void
		internal override void SystrayBalloon(IntPtr hwnd, int timeout, string title, string text, ToolTipIcon icon)
		{
			throw new NotImplementedException ();
		}
#endif
XplatUICarbon