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

SystrayRemove() private method

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