Gets or sets a List Box for navigation.
[Visual Basic]
Public Property NavigateListBox As ListBox
[C#]
public System.Windows.Forms.ListBox NavigateListBox {get; set;}
Property Value
ListBox.
Example
How to set a List Box.
dbNavigate.NavigateListBox = listNavigate
dbNavigate.NavigateListBox = listNavigate;
See Also
AwDbNavigate Class | Asterworld.Data Namespace