<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to Create a Custom Dropdown Menu in AutoCAD Like AutoCAD’s Layer Selection? in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/how-to-create-a-custom-dropdown-menu-in-autocad-like-autocad-s/m-p/13694008#M350880</link>
    <description>&lt;P&gt;Those are special elements - not something you can create yourself?&lt;/P&gt;</description>
    <pubDate>Mon, 23 Jun 2025 15:18:43 GMT</pubDate>
    <dc:creator>Simon_Weel</dc:creator>
    <dc:date>2025-06-23T15:18:43Z</dc:date>
    <item>
      <title>How to Create a Custom Dropdown Menu in AutoCAD Like AutoCAD’s Layer Selection?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-create-a-custom-dropdown-menu-in-autocad-like-autocad-s/m-p/13693995#M350877</link>
      <description>&lt;P&gt;I'm looking to create a custom dropdown menu similar to the Layer dropdown in AutoCAD—where the dropdown displays a name and includes several interactive buttons to the left. I’d like to integrate this directly into a custom ribbon, rather than creating a separate palette.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to replicate the behavior and appearance of the Layer dropdown menu within a ribbon (.cuix, etc.), or would I need to use WinForms to achieve this?&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jun 2025 15:11:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-create-a-custom-dropdown-menu-in-autocad-like-autocad-s/m-p/13693995#M350877</guid>
      <dc:creator>jan_buchholzCJ5DJ</dc:creator>
      <dc:date>2025-06-23T15:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create a Custom Dropdown Menu in AutoCAD Like AutoCAD’s Layer Selection?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-create-a-custom-dropdown-menu-in-autocad-like-autocad-s/m-p/13694005#M350879</link>
      <description>&lt;P&gt;Drop down lists with certain functions can be customized in a dialog box and then populated using lisp. But not sure if this can be replicated inside the ribbon&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jun 2025 15:18:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-create-a-custom-dropdown-menu-in-autocad-like-autocad-s/m-p/13694005#M350879</guid>
      <dc:creator>paullimapa</dc:creator>
      <dc:date>2025-06-23T15:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create a Custom Dropdown Menu in AutoCAD Like AutoCAD’s Layer Selection?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-create-a-custom-dropdown-menu-in-autocad-like-autocad-s/m-p/13694008#M350880</link>
      <description>&lt;P&gt;Those are special elements - not something you can create yourself?&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jun 2025 15:18:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-create-a-custom-dropdown-menu-in-autocad-like-autocad-s/m-p/13694008#M350880</guid>
      <dc:creator>Simon_Weel</dc:creator>
      <dc:date>2025-06-23T15:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create a Custom Dropdown Menu in AutoCAD Like AutoCAD’s Layer Selection?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-create-a-custom-dropdown-menu-in-autocad-like-autocad-s/m-p/13694394#M350890</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/17011932"&gt;@jan_buchholzCJ5DJ&lt;/a&gt;&amp;nbsp;That's not open to end users. Sorry.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But there are other limited-ability "pulldown" menus and toolbar buttons if you only want to access built-in tools in CUI command.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jun 2025 19:45:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-create-a-custom-dropdown-menu-in-autocad-like-autocad-s/m-p/13694394#M350890</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2025-06-23T19:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create a Custom Dropdown Menu in AutoCAD Like AutoCAD’s Layer Selection?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-create-a-custom-dropdown-menu-in-autocad-like-autocad-s/m-p/13695066#M350916</link>
      <description>&lt;P&gt;Thanks for the clarification! I was hoping there was a hidden option in CUI to create something more integrated, so that’s a bit disappointing. Opening a new palette or dialog box just to achieve the planned dropdown functionality feels like overkill, but good to know the limitations. Thanks again!&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jun 2025 06:53:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-create-a-custom-dropdown-menu-in-autocad-like-autocad-s/m-p/13695066#M350916</guid>
      <dc:creator>jan_buchholzCJ5DJ</dc:creator>
      <dc:date>2025-06-24T06:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create a Custom Dropdown Menu in AutoCAD Like AutoCAD’s Layer Selection?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-create-a-custom-dropdown-menu-in-autocad-like-autocad-s/m-p/13695136#M350922</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;similar is a &lt;STRONG&gt;FLYOUT &lt;/STRONG&gt;&lt;EM&gt;(for a static list of entries)&lt;/EM&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(Your Screenshot is cutted tight, is from QAT? TOOLBAR? or part of an Panel in tab of the ribbon?)&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 24 Jun 2025 07:39:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-create-a-custom-dropdown-menu-in-autocad-like-autocad-s/m-p/13695136#M350922</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2025-06-24T07:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create a Custom Dropdown Menu in AutoCAD Like AutoCAD’s Layer Selection?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-create-a-custom-dropdown-menu-in-autocad-like-autocad-s/m-p/13695542#M350931</link>
      <description>&lt;P&gt;Thanks for the reply. The layer dropdown in my screenshot is in both the QAT and the Layer tab of the Start Ribbon. Since I need dynamic functionality (non-fixed number of elements, interactive buttons), a flyout won’t work, unfortunately.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jun 2025 12:00:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-create-a-custom-dropdown-menu-in-autocad-like-autocad-s/m-p/13695542#M350931</guid>
      <dc:creator>jan_buchholzCJ5DJ</dc:creator>
      <dc:date>2025-06-24T12:00:42Z</dc:date>
    </item>
  </channel>
</rss>

