CabShellApplication.Shell Property
Returns the shell that was created. Will not be valid until AfterShellCreated has been called.
Namespace: Microsoft.Practices.CompositeUI
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)
Syntax
'Declaration
Protected ReadOnly Property Shell As TShell
'Usage
Dim value As TShell
value = Me.Shell
protected TShell Shell { get; }
protected:
property TShell Shell {
TShell get ();
}
/** @property */
protected TShell get_Shell ()
protected function get Shell () : TShell
See Also
Reference
CabShellApplication Class
CabShellApplication Members
Microsoft.Practices.CompositeUI Namespace