AifShellBase<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.
Important
This API is not CLS-compliant.
Represents an application that uses a Windows Forms form as its shell.
generic <typename TShell>
where TShell : Formpublic ref class AifShellBase : Microsoft::Practices::CompositeUI::WinForms::FormShellApplication<Microsoft::Practices::CompositeUI::WorkItem ^, TShell>
[System.CLSCompliant(false)]
public class AifShellBase<TShell> : Microsoft.Practices.CompositeUI.WinForms.FormShellApplication<Microsoft.Practices.CompositeUI.WorkItem,TShell> where TShell : Form
[<System.CLSCompliant(false)>]
type AifShellBase<'Shell (requires 'Shell :> Form)> = class
inherit FormShellApplication<WorkItem, 'Shell (requires 'Shell :> Form)>
Public Class AifShellBase(Of TShell)
Inherits FormShellApplication(Of WorkItem, TShell)
Type Parameters
- TShell
T
- Inheritance
- Attributes
Constructors
AifShellBase<TShell>() |
Initializes a new instance of the AifShellBase<TShell> class. |
Properties
Configuration | (Inherited from CabApplication<TWorkItem>) |
DesktopShell |
Gets the shell that was created. Will not be valid until after the shell has been created. |
RootWorkItem | (Inherited from CabApplication<TWorkItem>) |
Shell | (Inherited from CabShellApplication<TWorkItem,TShell>) |
VisualizerType | (Inherited from CabApplication<TWorkItem>) |
Methods
AddBuilderStrategies(Builder) | (Inherited from WindowsFormsApplication<TWorkItem,TShell>) |
AddServices() | (Inherited from WindowsFormsApplication<TWorkItem,TShell>) |
AfterShellCreated() |
Called after the shell has been created. |
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() | (Inherited from FormShellApplication<TWorkItem,TShell>) |
StartApplication() |
Starts the shell application. |