FormShellApplication Members
Extends WindowsFormsApplication to support an application which uses a Windows Forms Form as its shell.
The following tables list the members exposed by the FormShellApplication generic type.
Protected Constructors
Name | Description | |
---|---|---|
FormShellApplication | Initializes an instance of the WindowsFormsApplication class. |
Top
Public Properties
(see also Protected Properties )
Name | Description | |
---|---|---|
RootWorkItem | Returns the root WorkItem for the application. (Inherited from CabApplication.) |
Top
Protected Properties
Name | Description | |
---|---|---|
Configuration | Returns the SettingsSection that controls the configuration for this CabApplication. (Inherited from CabApplication.) | |
Shell | Returns the shell that was created. Will not be valid until AfterShellCreated has been called. (Inherited from CabShellApplication.) | |
VisualizerType | Sets the visualizer type to be used for the application; if set to null, will turn off visualizer support (even if visualizations are configured in App.config). (Inherited from CabApplication.) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
OnUnhandledException | May be overridden in a derived class to be notified of any unhandled exceptions in the AppDomain. If the application is started with a debugger, this will not be called, so that the normal debugger handling of exceptions can be used. (Inherited from CabApplication.) | |
ReferenceEquals | (Inherited from Object.) | |
Run | Starts the application. (Inherited from CabApplication.) | |
ToString | (Inherited from Object.) |
Top
Protected Methods
Name | Description | |
---|---|---|
AddBuilderStrategies | Adds Windows Forms specific strategies to the builder. (Inherited from WindowsFormsApplication.) | |
AddServices | See AddServices(Inherited from WindowsFormsApplication.) | |
AfterShellCreated | See AfterShellCreated(Inherited from WindowsFormsApplication.) | |
BeforeShellCreated | May be overridden in derived classes to perform activities just before the shell is created. (Inherited from CabShellApplication.) | |
CreateVisualizer | May be overriden in a derived class to provide a visualizer (Inherited from CabApplication.) | |
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnRootWorkItemInitialized | Creates the shell. (Inherited from CabShellApplication.) | |
Start | Overridden. Calls Run to start the application. |
Top
See Also
Reference
FormShellApplication Class
Microsoft.Practices.CompositeUI.WinForms Namespace