Skip to main content

VisPictureListBox

Namespace: PPJ.Runtime.Vis

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

Displays list-box items with associated images.

public class VisPictureListBox : VisListBoxBase

Example:

using (var list = new PPJ.Runtime.Vis.VisPictureListBox())
{
list.Width = 240;
}

Constructors

Instance member VisPictureListBox()

Initializes the picture list box and its default behavior.

Methods

Static member FromHandle(handle)

Resolves this control type from a native window handle.

ParameterTypeDescription
handleSalWindowHandleThe native control handle.

Returns: VisPictureListBox. The associated VisPictureListBox, or null when no managed control owns the handle.

A handle belonging to a different managed control type causes an InvalidCastException.

Implements

NameDescription
ISalControl
ISalListControl
ISalWindow