1 write to toolTipIcon
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolTip.cs (1)
534toolTipIcon = value;
7 references to toolTipIcon
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ToolTip.cs (7)
525return toolTipIcon; 528if (toolTipIcon != value) { 535if (toolTipIcon > 0 && GetHandleCreated()) { 538UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), NativeMethods.TTM_SETTITLE, (int)toolTipIcon, title); 577UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), NativeMethods.TTM_SETTITLE, (int)toolTipIcon, toolTipTitle); 934if (toolTipIcon > 0 || !String.IsNullOrEmpty(toolTipTitle)) { 937UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), NativeMethods.TTM_SETTITLE, (int)toolTipIcon, title);