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

FontChanged() public method

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