Ahankhah Posted March 3, 2024 Posted March 3, 2024 Hi everybody, is it possible to add controls (for instance "a TextBox") to Autocad Ribbon or Toolbar? If so, how? I ppreciate in advance any help. Quote
CyberAngel Posted March 4, 2024 Posted March 4, 2024 Yes, you can add various items to the ribbon. This page gives you sample code for modifying the ribbon using VB.NET and C#. The class for the textbox class, as you might expect, is RibbonTextBox. Don't forget to add a command handler if you want AutoCAD to react when the user changes the text. You can also create a new ribbon panel, add labels and buttons to it, and do practically anything else you can do manually. 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.