Imports System.Diagnostics
Imports Infragistics.Win
Imports Infragistics.Win.UltraWinExplorerBar
Private Sub button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles button2.Click
' Display the NavigationPaneOptionsDialog.
Me.UltraExplorerBar1.DisplayNavigationPaneOptionsDialog()
End Sub