System.Globalization.FormLanguageSwitchSingleton.ReloadScrollableControlProperties C# (CSharp) Method

ReloadScrollableControlProperties() private method

Reloads resources specific to the ScrollableControl type.
private ReloadScrollableControlProperties ( System control, System resources ) : void
control System /// Control object for which resources should be reloaded. ///
resources System /// ResourceManager object. ///
return void
		private void ReloadScrollableControlProperties(System.Windows.Forms.ScrollableControl control, System.Resources.ResourceManager resources) {
			SetProperty(control, "AutoScroll", resources);
			SetProperty(control, "AutoScrollMargin", resources);
			SetProperty(control, "AutoScrollMinSize", resources);
		}