System.Windows.Forms.TextBoxHelper.FontChanged C# (CSharp) Method

FontChanged() public method

public FontChanged ( ) : void
return void
		public void FontChanged()
		{
			//this.Font = Host.font.ToNsFont();
		}
	}