Esempio n. 1
0
        public CShutcutButton(String str) : base()
        {
            icon = CIcon.FileAssociatedImage(str, true);

            Path = str;
            //	Text		= str;
            Image     = icon;
            Width     = icon.Width + 5;
            Height    = icon.Height + 5;
            FlatStyle = FlatStyle.Popup;
        }