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.
- C#
- VB.NET
public class VisFileListBox : VisListBoxBase
Public Class VisFileListBox
Inherits VisListBoxBase
Constructors
VisFileListBox()
Default Constructor.
Methods
FromHandle(hWnd)
Returns the control associated with the handle.
| Parameter | Type | Description |
|---|---|---|
| hWnd | SalWindowHandle |
Returns: VisFileListBox.
Populate(sPath)
Fills list box with file information.
| Parameter | Type | Description |
|---|---|---|
| sPath | SalString |
Returns: SalNumber.
Implements
| Name | Description |
|---|---|
| ISalControl | |
| ISalListControl | |
| ISalWindow |