System.Windows.Forms.Control.IsContainerAutoScaling C# (CSharp) Méthode

IsContainerAutoScaling() private méthode

private IsContainerAutoScaling ( Control c ) : bool
c Control
Résultat bool
		private bool IsContainerAutoScaling (Control c)
		{
			ContainerControl cc = FindContainer (c);
			return (cc != null) && cc.IsAutoScaling;
		}
Control