Table of Contents

Method InitializeScaledImageList

Namespace
Alternet.Scripter.Debugger.UI
Assembly
Alternet.Scripter.Debugger.UI.v9.dll

InitializeScaledImageList(ListView, string)

Loads a scaled image list from the specific resource.

public static void InitializeScaledImageList(ListView listView, string resourceName)

Parameters

listView ListView

ListView instance linked to a scaled image list.

resourceName string

Resource to load the image list from.

InitializeScaledImageList(TreeView, string)

Loads a scaled image list from the specific resource.

public static void InitializeScaledImageList(TreeView treeView, string resourceName)

Parameters

treeView TreeView

TreeView instance linked to a scaled image list.

resourceName string

Resource to load the image list from.