Skip to main content
Version: 2025

VisPictureListBox

Namespace: PPJ.Runtime.Vis

Assembly: PPJ.Web.Vis.50 (5.0.0.0)

A SAL list box that associates normal and selected pictures with its items.

public class VisPictureListBox : VisListBoxBase

Populate the items explicitly; construction does not enumerate system fonts or populate a default list.

Example:

var pictures = new VisPictureListBox();
pictures.AddPicture("Document", normalPicture, selectedPicture);

Constructors

Instance member VisPictureListBox()

Creates an empty VisPictureListBox with the extended list behavior supplied by its base class.

Methods

Static member FromHandle(hWnd)

Resolves a SAL handle to an existing VisPictureListBox.

ParameterTypeDescription
hWndSalWindowHandleThe control handle to resolve.

Returns: VisPictureListBox. The associated control, or when no control is resolved.

Throws:

Implements

NameDescription
ISalControl
ISalListControl
ISalWindow