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