ComponentFactory.Krypton.Ribbon.ViewDrawRibbonDesignGroup.ToString C# (CSharp) Method

ToString() public method

Obtains the String representation of this instance.
public ToString ( ) : string
return string
        public override string ToString()
        {
            // Return the class name and instance identifier
            return "ViewDrawRibbonDesignGroup:" + Id;
        }