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

SystrayRemove() 개인적인 메소드

private SystrayRemove ( IntPtr hwnd, ToolTip &tt ) : void
hwnd System.IntPtr
tt ToolTip
리턴 void
		internal override void SystrayRemove(IntPtr hwnd, ref ToolTip tt) {
			throw new NotImplementedException();
		}
XplatUICarbon