Skip to main content
Version: 2025

VisFileListBox

Namespace: PPJ.Runtime.Vis

Assembly: PPJ.Web.Vis.49 (4.9.0.0)

Extended ListBox, displays the files list and file informations for a directory.

public class VisFileListBox : VisListBoxBase

Constructors

Instance memberVisFileListBox()

Default Constructor.

Methods

Static memberFromHandle(hWnd)

Returns the control associated with the handle.

ParameterTypeDescription
hWndSalWindowHandle

Returns: VisFileListBox.

Instance memberPopulate(sPath)

Fills list box with file information.

ParameterTypeDescription
sPathSalString

Returns: SalNumber.

Implements

NameDescription
ISalControl
ISalListControl
ISalWindow