ComponentFactory.Krypton.Toolkit.ViewLayoutMenuItemSelect.ToString C# (CSharp) Метод

ToString() публичный Метод

Obtains the String representation of this instance.
public ToString ( ) : string
Результат string
        public override string ToString()
        {
            // Return the class name and instance identifier
            return "ViewLayoutMenuItemSelect:" + Id;
        }