How do I know which is the selected control when I press the copy button or select the copy menu item?
How do I bind controls properties with menus and toolbars? Can it be made at run-time?
Thanks!
Printable View
How do I know which is the selected control when I press the copy button or select the copy menu item?
How do I bind controls properties with menus and toolbars? Can it be made at run-time?
Thanks!
i didnt really get the point..what do u really wanna do?
Well… I have several lists with different items. All of them should have copy, cut paste, delete and custom capabilities working from context menus, main menu and toolbar.
If no item of a given type is selected, the buttons and menus entries for that kind should be grey.
When selecting an item the menus and items should change accordingly.
When choosing a menu entry or toolbar button, the action should be applied to the selected item.
Basically, have the same behaviour office or developer studio have.
What is the best way of implementing such thing?
Thanks.