Private Sub Customize_Tool_Captions_in_the_Run_Time_Customizer_Load( _ ByVal sender As System.Object, _ ByVal e As System.EventArgs) Handles MyBase.Load Me.UltraToolbarsManager1.Toolbars(1).Tools(0).SharedProps.CustomizerCaption = _ "New Caption" End Sub