FormShellApplication<TWorkItem,TShell> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
generic <typename TWorkItem, typename TShell>
where TWorkItem : WorkItemgcnew() where TShell : Formpublic ref class FormShellApplication abstract : Microsoft::Practices::CompositeUI::WinForms::WindowsFormsApplication<TWorkItem, TShell>
public abstract class FormShellApplication<TWorkItem,TShell> : Microsoft.Practices.CompositeUI.WinForms.WindowsFormsApplication<TWorkItem,TShell> where TWorkItem : WorkItemnew() where TShell : Form
type FormShellApplication<'WorkItem, 'Shell (requires 'WorkItem :> WorkItem and 'WorkItem : (new : unit -> 'WorkItem) and 'Shell :> Form)> = class
inherit WindowsFormsApplication<'WorkItem, 'Shell (requires 'WorkItem :> WorkItem and 'WorkItem : (new : unit -> 'WorkItem) and 'Shell :> Form)>
Public MustInherit Class FormShellApplication(Of TWorkItem, TShell)
Inherits WindowsFormsApplication(Of TWorkItem, TShell)
Type Parameters
- TWorkItem
- TShell
- Inheritance
-
FormShellApplication<TWorkItem,TShell>
- Derived
Constructors
| Name | Description |
|---|---|
| FormShellApplication<TWorkItem,TShell>() | |
Properties
| Name | Description |
|---|---|
| Configuration | (Inherited from CabApplication<TWorkItem>) |
| RootWorkItem | (Inherited from CabApplication<TWorkItem>) |
| Shell | (Inherited from CabShellApplication<TWorkItem,TShell>) |
| VisualizerType | (Inherited from CabApplication<TWorkItem>) |
Methods
| Name | Description |
|---|---|
| AddBuilderStrategies(Builder) | (Inherited from WindowsFormsApplication<TWorkItem,TShell>) |
| AddServices() | (Inherited from WindowsFormsApplication<TWorkItem,TShell>) |
| AfterShellCreated() | (Inherited from WindowsFormsApplication<TWorkItem,TShell>) |
| BeforeShellCreated() | (Inherited from CabShellApplication<TWorkItem,TShell>) |
| CreateVisualizer() | (Inherited from CabApplication<TWorkItem>) |
| OnRootWorkItemInitialized() | (Inherited from CabShellApplication<TWorkItem,TShell>) |
| OnUnhandledException(Object, UnhandledExceptionEventArgs) | (Inherited from CabApplication<TWorkItem>) |
| Run() | (Inherited from CabApplication<TWorkItem>) |
| Start() | |