C# Class StoryTeller.UserInterface.Shell

Interaction logic for Shell.xaml
Inheritance: System.Windows.Controls.UserControl, IApplicationShell
Afficher le fichier Open project: adymitruk/storyteller Class Usage Examples

Private Properties

Свойство Type Description
findExplorerItem System.Windows.Controls.TabItem

Méthodes publiques

Méthode Description
IApplicationShell ( ) : void
LockAsInvalidBinaryState ( ) : void
PlaceInExplorerPane ( object view, string text ) : void
Register ( Registry registry ) : void
RemoveFromExplorerPane ( object view ) : void
Shell ( ) : System
ShowTestExplorerTree ( ) : void

Private Methods

Méthode Description
findExplorerItem ( object view ) : System.Windows.Controls.TabItem

Method Details

IApplicationShell() public méthode

public IApplicationShell ( ) : void
Résultat void

LockAsInvalidBinaryState() public méthode

public LockAsInvalidBinaryState ( ) : void
Résultat void

PlaceInExplorerPane() public méthode

public PlaceInExplorerPane ( object view, string text ) : void
view object
text string
Résultat void

Register() public méthode

public Register ( Registry registry ) : void
registry Registry
Résultat void

RemoveFromExplorerPane() public méthode

public RemoveFromExplorerPane ( object view ) : void
view object
Résultat void

Shell() public méthode

public Shell ( ) : System
Résultat System

ShowTestExplorerTree() public méthode

public ShowTestExplorerTree ( ) : void
Résultat void