GeekArticles
Microsoft
C#Connect Multiple UI Elements to a Single Command Object
Author: codeproject.com |
Published: 20th Apr 2008 |
Visited: 119 times |
Add CommentFiled in: CSharpAn easy way to group several UI elements (menu items, toolbar buttons, etc.) so they all execute the same command and are enabled/disabled together (with Visual Studio designer support).
Read Article Sponsored Links
Related Articles
• Speeding Up Object Instantiation Object instantiation is important for Ajax since it increases the loading time of its functions. Developers have to work with objects most of the time since the objects should be able to determine the behavior of the functions as well as its performance.
However, the number of objects in an Ajax ap ...