コード例 #1
0
            internal virtual void Execute(AxHost ctl)
            {
                switch (this.id)
                {
                    case 1:
                        ctl.ShowPropertyPages();
                        return;

                    case 2:
                        ctl.ShowAboutBox();
                        return;

                    case 3:
                        ctl.InvokeEditMode();
                        return;
                }
            }