2 writes to LVM_SETCOLUMN
System.Windows.Forms (2)
winforms\Managed\System\WinForms\NativeMethods.cs (2)
2472
LVM_SETCOLUMN
= NativeMethods.LVM_SETCOLUMNA;
2567
LVM_SETCOLUMN
= NativeMethods.LVM_SETCOLUMNW;
1 reference to LVM_SETCOLUMN
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ListView.cs (1)
4895
int retval = (int)UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), NativeMethods.
LVM_SETCOLUMN
, ch.Index, lvColumn);