Exemplo n.º 1
0
        public Icon GetIconResource(VMDirIconIndex indx)
        {
            object obj = Resource.ResourceManager.GetObject(indx.ToString(), Resource.Culture);

            return((Icon)(obj));
        }
Exemplo n.º 2
0
 public Image GetImageResource(VMDirIconIndex indx)
 {
     return(GetIconResource(indx).ToBitmap());
 }
Exemplo n.º 3
0
        public Icon GetIconResource(VMDirIconIndex indx)
        {
            object obj = global::VMDirSnapIn.Resources.ResourceManager.GetObject(indx.ToString(), global::VMDirSnapIn.Resources.Culture);

            return((Icon)(obj));
        }