ComponentFactory.Krypton.Ribbon.KryptonRibbonRecentDoc.KryptonRibbonRecentDoc C# (CSharp) Method

KryptonRibbonRecentDoc() public method

Initialise a new instance of the KryptonRibbonRecentDoc class.
public KryptonRibbonRecentDoc ( ) : System
return System
        public KryptonRibbonRecentDoc()
        {
            // Default fields
            _text = "Recent Document";
            _extraText = string.Empty;
            _imageTransparentColor = Color.Empty;
        }