System.Windows.Forms.ComboBoxHelper.FontChanged C# (CSharp) Méthode

FontChanged() public méthode

public FontChanged ( ) : void
Résultat void
		public void FontChanged()
		{
			this.Font = Host.font;
		}
	}