This extension installs aDialogWindow item template. Visual Studio extension dialog windows should extendDialogWindow rather than the standard WPF Window class found in System.Windows. Since there isn't a template for this type of dialog, it can be a bit of a pain to add one to your VSIX project. This template makes it easy. In addition to extending the DialogWindow type, this template configures the background to match Visual Studio's using theEnvironmentBackgroundGradient brush. The template also includes the standard "OK" and "Cancel"DialogButtons.
|