1 write to backColor
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolTip.cs (1)
223backColor = value;
2 references to backColor
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolTip.cs (2)
219return backColor; 225UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), NativeMethods.TTM_SETTIPBKCOLOR, ColorTranslator.ToWin32(backColor), 0);