2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
Remove the buttons from navigation paneYou can remove the Add or Remove button in GroupBar Navigation pane under the stacked mode by handing the NavigationPaneDropDownClick event. C# private void groupBar1_NavigationPaneDropDownClick(object sender, Syncfusion.Windows.Forms.Tools.NavigationPaneDropDownClickEventArgs args) { args.ContextMenuProvider.RemoveContextMenuItem("&Add or Remove Buttons"); }
VB Private Sub gbOutlook_NavigationPaneDropDownClick(ByVal sender As Object, ByVal args As NavigationPaneDropDownClickEventArgs) args.ContextMenuProvider.RemoveContextMenuItem("&Add or Remove Buttons") End Sub
Sample: http://www.syncfusion.com/downloads/support/directtrac/general/RemoveButtonInGroupBar-1257943174.zip |
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.