Hi,
since the Properties Button in the Toolbar
is a special properties tab from XYplorer
I wonder if anyone knows the code for a user button
to have the normal windows properties
like you would have with a right click and click properties
Code for Windows Properties
-
serendipity
- Posts: 3360
- Joined: 07 May 2007 18:14
- Location: NJ/NY
Re: Code for Windows Properties
Yes, #173.
Numbers such as these are called Command IDs. Every submenu under menu File, Edit, View, Go, Favorites etc has unique command IDs. To look up these IDs, go to Tools>Customize Keyboard shortcuts and navigate to a relevant category File, Edit, View etc and click on a command and its ID will be displayed in the third button below.
You will find #173 if you navigate to File category and click on the command "Properties".
Another way:
Goto menu Help>Make list of commands and paste it into spreadsheet. Now search for properties and you will see the ID #173 nest to File/Properties.
Hope this helps.
Numbers such as these are called Command IDs. Every submenu under menu File, Edit, View, Go, Favorites etc has unique command IDs. To look up these IDs, go to Tools>Customize Keyboard shortcuts and navigate to a relevant category File, Edit, View etc and click on a command and its ID will be displayed in the third button below.
You will find #173 if you navigate to File category and click on the command "Properties".
Another way:
Goto menu Help>Make list of commands and paste it into spreadsheet. Now search for properties and you will see the ID #173 nest to File/Properties.
Hope this helps.
Re: Code for Windows Properties
That helps a lot.
Thank you all.
Thank you all.
XYplorer Beta Club