4 references to GetItemState
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ListView.cs (1)
3385
return
GetItemState
(index, NativeMethods.LVIS_FOCUSED | NativeMethods.LVIS_SELECTED | NativeMethods.LVIS_CUT |
winforms\Managed\System\WinForms\ListViewItem.cs (3)
420
return(listView.
GetItemState
(Index, NativeMethods.LVIS_FOCUSED) != 0);
746
return(listView.
GetItemState
(Index, NativeMethods.LVIS_SELECTED) != 0);
786
int state = listView.
GetItemState
(Index, NativeMethods.LVIS_STATEIMAGEMASK);