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