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

SystrayChange() private method

private SystrayChange ( IntPtr hwnd, string tip, Icon icon, ToolTip &tt ) : bool
hwnd System.IntPtr
tip string
icon System.Drawing.Icon
tt ToolTip
return bool
		internal override bool SystrayChange(IntPtr hwnd, string tip, Icon icon, ref ToolTip tt) {
			throw new NotImplementedException();
		}
XplatUICarbon