Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Command Bars
  New Posts New Posts RSS Feed - Cannot customize commands using ListNavigation
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Cannot customize commands using ListNavigation

 Post Reply Post Reply
Author
Message
mgregory8 View Drop Down
Newbie
Newbie


Joined: 13 March 2026
Location: UK
Status: Offline
Points: 4
Post Options Post Options   Thanks (0) Thanks(0)   Quote mgregory8 Quote  Post ReplyReply Direct Link To This Post Topic: Cannot customize commands using ListNavigation
    Posted: 13 March 2026 at 9:57am
v24.3.0
Open the CommandBars Customization sample for VB6.
Run it, right-click in the toolbar and pick Customize to see the normal behavior: you can drag tools around and from the Commands tab to the toolbar. Close the app.
Add this code to the form:
        Private Sub CommandBars_Customization(ByVal Options As XtremeCommandBars.ICustomizeOptions)
            Options.ShowListNavigation = True
        End Sub
Run the application and try again. Now you can't drag tools around on the toolbar or from the Commands tab to the toolbar.
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.063 seconds.