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

ToString() public méthode

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