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

FontChanged() public method

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