Private Sub BtnHideNavigationOverflowArea_Click(ByVal sender As Object, ByVal e As EventArgs) ' Hide the NavigationOverflowButtonArea Me.UltraExplorerBar1.NavigationOverflowButtonAreaVisible = False End Sub
private void btnHideNavigationOverflowArea_Click(object sender, EventArgs e) { // Hide the NavigationOverflowButtonArea this.ultraExplorerBar1.NavigationOverflowButtonAreaVisible = false; }