|
LanguageLoaderLoadUserControl Method |
Loads the current language resource to the control
Namespace: DrawerBackup.LanguagesAssembly: DrawerBackup.Languages (in DrawerBackup.Languages.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic static void LoadUserControl(
UserControl control
)
Public Shared Sub LoadUserControl (
control As UserControl
)
public:
static void LoadUserControl(
UserControl^ control
)
static member LoadUserControl :
control : UserControl -> unit
Parameters
- control
- Type: System.Windows.ControlsUserControl
See Also