Archive

Posts Tagged ‘Action’

How to assign a shortcut key to a particular action

September 24th, 2010 Comments off

Note, this article has been moved to the official DevExpress Support Center site. Please refer to the moved article as it might have further updates or additional comments. Thank you.

It can be easily accomplished from the “Shortcuts” options page in the Options Dialog. Follow these steps to get to the Shortcuts options page:

1. From the DevExpress menu, select Options…

2. In the tree view on the left, navigate to this folder: IDE.

3. Select the Shortcuts options page.

Read more…

How to add a button to the DXCore Visualize toolbar

September 17th, 2010 Comments off

To place a new button on the DXCore Visualize toolbar, all you need to do is to add a new DXCore Action component on your plug-in design surface, and adjust its ToolbarItem properties group:

Read more…

DXCore Components – Action

September 17th, 2010 Comments off

The Action component is one of the primary, simplest and useful components of the DXCore. It registers an “action” within DXCore/CodeRush and the Visual Studio IDE, which can be triggered using either a keyboard shortcut or a mouse button (with the shift key if necessary), and/or placed within a Visual Studio menu (e.g. in the IDE main menu, Code Editor context menu, etc).

Read more…