System.Windows.Forms.XplatUICarbon.SystrayBalloon C# (CSharp) Method

SystrayBalloon() private method

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