System.Windows.Forms.XplatUICarbon.SystrayChange C# (CSharp) 메소드

SystrayChange() 개인적인 메소드

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