1 write to GroupImageList
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListView\ListView.cs (1)
2993
GroupImageList
= null;
7 references to GroupImageList
System.Windows.Forms (7)
System\Windows\Forms\Controls\ListView\ListView.cs (5)
923
/// The <see cref="
GroupImageList
"/> property allows you to specify an <see cref="ImageList"/> object that
926
/// control is not limited to .ico files. Once an <see cref="ImageList"/> is assigned to the <see cref="
GroupImageList
"/>
929
/// The size of the icons for the <see cref="
GroupImageList
"/> is specified by the <see cref="ImageList.ImageSize"/> property.
3704
nint handle = (
GroupImageList
is null) ? 0 :
GroupImageList
.Handle;
System\Windows\Forms\Controls\ListView\ListViewGroupImageIndexer.cs (2)
25
/// Gets the <see cref="ListView.
GroupImageList
"/> of the <see cref="ListView"/>
30
get => _owner.ListView?.
GroupImageList
;