ComponentFactory.Krypton.Toolkit.KryptonPaletteCargo.ResetFont2 C# (CSharp) Method

ResetFont2() public method

esets the Font2 property to its default value.
public ResetFont2 ( ) : void
return void
        public void ResetFont2()
        {
            Font2 = null;
        }