C# Class Gtd.Client.Region

Afficher le fichier Open project: beingtheworst/btw-gtd Class Usage Examples

Méthodes publiques

Méthode Description
Region ( Control container ) : System.Collections.Generic
RegisterDock ( UserControl control, string key ) : void
SwitchTo ( string key ) : void

Method Details

Region() public méthode

public Region ( Control container ) : System.Collections.Generic
container System.Windows.Forms.Control
Résultat System.Collections.Generic

RegisterDock() public méthode

public RegisterDock ( UserControl control, string key ) : void
control System.Windows.Forms.UserControl
key string
Résultat void

SwitchTo() public méthode

public SwitchTo ( string key ) : void
key string
Résultat void