C# Class iTunesAgent.UI.TranslationMgr

Afficher le fichier Open project: notpod/Notpod Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Attach ( Form form ) : void
Attach ( UserControl control ) : void
ChangeLanguage ( string language ) : void
Detach ( Form form ) : void
Detach ( UserControl control ) : void
RaiseTranslate ( ) : void

Méthodes protégées

Méthode Description
ApplyTranslation ( Control parent ) : void
ApplyTranslation ( Control sub, Control parent ) : void
Attach ( Control control ) : void
Detach ( Control control ) : void
HandleControl_VisibleChanged ( object sender, EventArgs e ) : void

Method Details

ApplyTranslation() protected static méthode

protected static ApplyTranslation ( Control parent ) : void
parent System.Windows.Forms.Control
Résultat void

ApplyTranslation() protected static méthode

protected static ApplyTranslation ( Control sub, Control parent ) : void
sub System.Windows.Forms.Control
parent System.Windows.Forms.Control
Résultat void

Attach() protected static méthode

protected static Attach ( Control control ) : void
control System.Windows.Forms.Control
Résultat void

Attach() public static méthode

public static Attach ( Form form ) : void
form System.Windows.Forms.Form
Résultat void

Attach() public static méthode

public static Attach ( UserControl control ) : void
control System.Windows.Forms.UserControl
Résultat void

ChangeLanguage() public static méthode

public static ChangeLanguage ( string language ) : void
language string
Résultat void

Detach() protected static méthode

protected static Detach ( Control control ) : void
control System.Windows.Forms.Control
Résultat void

Detach() public static méthode

public static Detach ( Form form ) : void
form System.Windows.Forms.Form
Résultat void

Detach() public static méthode

public static Detach ( UserControl control ) : void
control System.Windows.Forms.UserControl
Résultat void

HandleControl_VisibleChanged() protected static méthode

protected static HandleControl_VisibleChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

RaiseTranslate() public static méthode

public static RaiseTranslate ( ) : void
Résultat void