Example #1
0
        public override string GetTooltipString()
        {
            string text = "";

            text = Data.ToString();

            return(text);
        }