示例#1
0
        public static bool foldout(this icon ico)
        {
            ico.foldout(ico.ToString(), ref selectedFold, _elementIndex);

            _elementIndex++;

            return(ef.isFoldedOutOrEntered);
        }
示例#2
0
        public static string GetDescription(this icon msg)
        {
            var lt = msg.Get();

            return(lt != null ? lt.details : msg.ToString());
        }
示例#3
0
        public static string GetText(this icon msg)
        {
            var lt = msg.Get();

            return(lt != null?lt.ToString() : msg.ToString());
        }