ComponentFactory.Krypton.Toolkit.PaletteRibbonText.ResetTextColor C# (CSharp) Method

ResetTextColor() public method

Reset the TextColor to the default value.
public ResetTextColor ( ) : void
return void
        public void ResetTextColor()
        {
            TextColor = Color.Empty;
        }