System.Windows.Forms.XplatUICarbon.SystrayRemove C# (CSharp) Méthode

SystrayRemove() private méthode

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