C# Class DfBAdminToolkit.View.SettingsView

Inheritance: FormEx, ISettingsView
Datei anzeigen Open project: dropbox/DropboxBusinessAdminTool Class Usage Examples

Public Methods

Method Description
HideView ( ) : void
Initialize ( ) : void
LoadSettingValues ( ) : void
SettingsView ( ) : DfBAdminToolkit.Common.Component
ShowView ( ) : void
ShowView ( IWin32Window owner ) : void
UnWireComponentEvents ( ) : void
UpdateSettingValues ( ) : void
WireComponentEvents ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnLoad ( EventArgs e ) : void

Private Methods

Method Description
ButtonEx_SettingsCancel_Click ( object sender, EventArgs e ) : void
ButtonEx_SettingsSave_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

HideView() public method

public HideView ( ) : void
return void

Initialize() public method

public Initialize ( ) : void
return void

LoadSettingValues() public method

public LoadSettingValues ( ) : void
return void

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void

SettingsView() public method

public SettingsView ( ) : DfBAdminToolkit.Common.Component
return DfBAdminToolkit.Common.Component

ShowView() public method

public ShowView ( ) : void
return void

ShowView() public method

public ShowView ( IWin32Window owner ) : void
owner IWin32Window
return void

UnWireComponentEvents() public method

public UnWireComponentEvents ( ) : void
return void

UpdateSettingValues() public method

public UpdateSettingValues ( ) : void
return void

WireComponentEvents() public method

public WireComponentEvents ( ) : void
return void