C# Class iTunesAgent.UI.TranslationMgr

ファイルを表示 Open project: notpod/Notpod Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Attach ( Form form ) : void
Attach ( UserControl control ) : void
ChangeLanguage ( string language ) : void
Detach ( Form form ) : void
Detach ( UserControl control ) : void
RaiseTranslate ( ) : void

Protected Methods

Method 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 method

protected static ApplyTranslation ( Control parent ) : void
parent System.Windows.Forms.Control
return void

ApplyTranslation() protected static method

protected static ApplyTranslation ( Control sub, Control parent ) : void
sub System.Windows.Forms.Control
parent System.Windows.Forms.Control
return void

Attach() protected static method

protected static Attach ( Control control ) : void
control System.Windows.Forms.Control
return void

Attach() public static method

public static Attach ( Form form ) : void
form System.Windows.Forms.Form
return void

Attach() public static method

public static Attach ( UserControl control ) : void
control System.Windows.Forms.UserControl
return void

ChangeLanguage() public static method

public static ChangeLanguage ( string language ) : void
language string
return void

Detach() protected static method

protected static Detach ( Control control ) : void
control System.Windows.Forms.Control
return void

Detach() public static method

public static Detach ( Form form ) : void
form System.Windows.Forms.Form
return void

Detach() public static method

public static Detach ( UserControl control ) : void
control System.Windows.Forms.UserControl
return void

HandleControl_VisibleChanged() protected static method

protected static HandleControl_VisibleChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

RaiseTranslate() public static method

public static RaiseTranslate ( ) : void
return void