C# Class IjwFramework.Ui.ViewBase

Afficher le fichier Open project: chrisforbes/Ijw.Framework Class Usage Examples

Protected Properties

Свойство Type Description
host MultipleViewManager
self System.Windows.Forms.Control

Méthodes publiques

Méthode Description
Hide ( ) : void
Show ( ) : void
ViewBase ( MultipleViewManager host, Control self ) : System

Méthodes protégées

Méthode Description
Focus ( ) : void

Method Details

Focus() protected méthode

protected Focus ( ) : void
Résultat void

Hide() public méthode

public Hide ( ) : void
Résultat void

Show() public méthode

public Show ( ) : void
Résultat void

ViewBase() public méthode

public ViewBase ( MultipleViewManager host, Control self ) : System
host MultipleViewManager
self System.Windows.Forms.Control
Résultat System

Property Details

host protected_oe property

protected MultipleViewManager,IjwFramework.Ui host
Résultat MultipleViewManager

self protected_oe property

protected Control,System.Windows.Forms self
Résultat System.Windows.Forms.Control