C# Class GmailNotifierPlus.Forms.Preferences

Afficher le fichier Open project: shellscape/Gmail-Notifier-Plus Class Usage Examples

Méthodes publiques

Méthode Description
InitFirstRun ( ) : void
Preferences ( ) : System
ShowAccount ( String fullAddress ) : void

Méthodes protégées

Méthode Description
OnShown ( EventArgs e ) : void

Private Methods

Méthode Description
AccountExists ( Account account, Account compareTo ) : Boolean

if the username has changed to something other than the original saved username, and the new username exists already, take a big fat poop all over the screen.

InitAccountPanel ( ) : void

Inits the account panel UX

InitAccountsPanel ( ) : void

Inits the manage accounts UX

InitCheckboxes ( ) : void

Inits the General > checkboxes UX

InitGeneralPanel ( ) : void
InitLanguages ( ) : void

Inits the Languages UX

InitNavigation ( ) : void
InitSound ( ) : void

Inits the Sound settings UX

ManageAccount ( Account account ) : void
PaintAccountGlyph ( Graphics g, Rectangle bounds, Account account ) : void
SetWindowTheme ( IntPtr hWnd, String pszSubAppName, String pszSubIdList ) : int
ToggleMailto ( Boolean addAssociation ) : void
_ButtonAccountAction_Click ( object sender, EventArgs e ) : void
_ButtonApply_Click ( object sender, EventArgs e ) : void
_ButtonSound_Click ( object sender, EventArgs e ) : void
_ComboSound_SelectedValueChanged ( object sender, EventArgs e ) : void
_LinkRemove_Click ( object sender, EventArgs e ) : void
_ListAccounts_DrawItem ( object sender, DrawListViewItemEventArgs e ) : void

Method Details

InitFirstRun() public méthode

public InitFirstRun ( ) : void
Résultat void

OnShown() protected méthode

protected OnShown ( EventArgs e ) : void
e EventArgs
Résultat void

Preferences() public méthode

public Preferences ( ) : System
Résultat System

ShowAccount() public méthode

public ShowAccount ( String fullAddress ) : void
fullAddress String
Résultat void