<?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 Right Click Menu in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/right-click-menu/m-p/7659908#M78504</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it possible to add a custom menu line on the Right Click menu of a drawing view? I would like to add a button where the red line currently is (or somewhere in that region)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Nacho&lt;/P&gt;</description>
    <pubDate>Wed, 03 Jan 2018 04:04:32 GMT</pubDate>
    <dc:creator>NachitoMax</dc:creator>
    <dc:date>2018-01-03T04:04:32Z</dc:date>
    <item>
      <title>Right Click Menu</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/right-click-menu/m-p/7659908#M78504</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it possible to add a custom menu line on the Right Click menu of a drawing view? I would like to add a button where the red line currently is (or somewhere in that region)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Nacho&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jan 2018 04:04:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/right-click-menu/m-p/7659908#M78504</guid>
      <dc:creator>NachitoMax</dc:creator>
      <dc:date>2018-01-03T04:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: Right Click Menu</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/right-click-menu/m-p/7660144#M78509</link>
      <description>&lt;P&gt;with this piece of code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Public Sub AddButtonToRightMouseButton(oButton As Inventor.ButtonDefinition, oCommandBar As Inventor.CommandBar)
        Try
            'MsgBox(oCommandBar.Controls.Item(1).DisplayName)
            ' Check if the context menu has the 'Home View' (formerly 'Isometric View') command
            Dim oCmdBarControl As CommandBarControl
            oCmdBarControl = oCommandBar.Controls.Item("AppIsometricViewCmd")

            Dim ControlsCounter As Integer
            ControlsCounter = oCommandBar.Controls.Count

            If Not oCmdBarControl Is Nothing Then

                ' Add the button command before the home view command
                'Call CommandBar.Controls.AddButton(m_largeButtonDataCard, oCmdBarControl.Index)
                ' add the buttonCommand to the end
                Call oCommandBar.Controls.AddButton(oButton, ControlsCounter)

            End If
        Catch ex As Exception

        End Try
    End Sub&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;To provide you the complete add in I need some more time.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Regarding the Buttons&lt;/LI&gt;&lt;LI&gt;and the commandbars&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;let me know if this is sufficient for the moment?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jan 2018 08:11:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/right-click-menu/m-p/7660144#M78509</guid>
      <dc:creator>bradeneuropeArthur</dc:creator>
      <dc:date>2018-01-03T08:11:07Z</dc:date>
    </item>
  </channel>
</rss>

