示例#1
0
        public static Bitmap GetStandardCommandIcon(BuiltInCommandType cmdType)
        {
            var resMgr = Properties.Resources.ResourceManager;
            var culture = Properties.Resources.Culture;

            return resMgr.GetObject("icon_" + cmdType.ToString().ToLower(), culture) as Bitmap;
        }
示例#2
0
        public static Bitmap GetStandardCommandIcon(BuiltInCommandType cmdType)
        {
            var resMgr  = Properties.Resources.ResourceManager;
            var culture = Properties.Resources.Culture;

            return(resMgr.GetObject("icon_" + cmdType.ToString().ToLower(), culture) as Bitmap);
        }