4 references to SB_SETICON
System.Windows.Forms (4)
winforms\Managed\System\WinForms\StatusBar.cs (1)
603
SendMessage(NativeMethods.
SB_SETICON
, 0, IntPtr.Zero);
winforms\Managed\System\WinForms\StatusBarPanel.cs (3)
213
this.parent.SendMessage(NativeMethods.
SB_SETICON
, (IntPtr)GetIndex(), handle);
649
this.parent.SendMessage(NativeMethods.
SB_SETICON
, (IntPtr)GetIndex(), this.icon.Handle);
652
this.parent.SendMessage(NativeMethods.
SB_SETICON
, (IntPtr)GetIndex(), IntPtr.Zero);