C# Class Gtd.Client.Region

Mostrar archivo Open project: beingtheworst/btw-gtd Class Usage Examples

Public Methods

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

Method Details

Region() public method

public Region ( Control container ) : System.Collections.Generic
container System.Windows.Forms.Control
return System.Collections.Generic

RegisterDock() public method

public RegisterDock ( UserControl control, string key ) : void
control System.Windows.Forms.UserControl
key string
return void

SwitchTo() public method

public SwitchTo ( string key ) : void
key string
return void