C# Class RemoteMessages.LoginForm

Datei anzeigen Open project: romsahel/RemoteMessages Class Usage Examples

Public Methods

Method Description
LoginForm ( bool fromGhostMode = false ) : System
getGhostModePassword ( ) : string
getPassword ( ) : string
getUsername ( ) : string
setPasswordClear ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
Cancelbutton_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.

LoginForm_Activated ( object sender, EventArgs e ) : void
LoginForm_Deactivate ( object sender, EventArgs e ) : void
LoginForm_KeyPress ( object sender, KeyPressEventArgs e ) : void
OKbutton_Click ( object sender, EventArgs e ) : void
checkRemember_CheckedChanged ( object sender, EventArgs e ) : void
password_Enter ( object sender, EventArgs e ) : void
password_Leave ( object sender, EventArgs e ) : void
username_Enter ( object sender, EventArgs e ) : void
username_Leave ( object sender, EventArgs e ) : void

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

LoginForm() public method

public LoginForm ( bool fromGhostMode = false ) : System
fromGhostMode bool
return System

getGhostModePassword() public method

public getGhostModePassword ( ) : string
return string

getPassword() public method

public getPassword ( ) : string
return string

getUsername() public method

public getUsername ( ) : string
return string

setPasswordClear() public method

public setPasswordClear ( ) : void
return void