4 references to LISTVIEWSTATE_nonclickHdr
System.Windows.Forms (4)
System\Windows\Forms\Controls\ListView\ListView.cs (4)
1008
if ((_listViewState[
LISTVIEWSTATE_nonclickHdr
] && value == ColumnHeaderStyle.Clickable) ||
1009
(!_listViewState[
LISTVIEWSTATE_nonclickHdr
] && value == ColumnHeaderStyle.Nonclickable))
1011
_listViewState[
LISTVIEWSTATE_nonclickHdr
] = !_listViewState[
LISTVIEWSTATE_nonclickHdr
];