ComponentFactory.Krypton.Toolkit.KryptonContextMenuItems.ToString C# (CSharp) Méthode

ToString() public méthode

Returns a description of the instance.
public ToString ( ) : string
Résultat string
        public override string ToString()
        {
            return "(Items)";
        }