Exemple #1
0
            HRESULT IOleControlSite.ShowPropertyFrame()
            {
                if (host.CanShowPropertyPages())
                {
                    host.ShowPropertyPages();
                    return(HRESULT.S_OK);
                }

                return(HRESULT.E_NOTIMPL);
            }
            HRESULT IOleControlSite.ShowPropertyFrame()
            {
                if (_host.CanShowPropertyPages())
                {
                    _host.ShowPropertyPages();
                    return HRESULT.S_OK;
                }

                return HRESULT.E_NOTIMPL;
            }