System.Globalization.FormLanguageSwitchSingleton.ReloadScrollableControlProperties C# (CSharp) 메소드

ReloadScrollableControlProperties() 개인적인 메소드

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. ///
리턴 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);
		}