Imports Infragistics.Win.UltraWinExplorerBar ... Private Sub HandlingUserInteractionwithItems_Load(ByVal sender As System.Object, _ ByVal e As System.EventArgs) Handles MyBase.Load Me.UltraExplorerBar1.Groups(0).Items(1).Settings.Style = ItemStyle.Separator End Sub