Skybound.Gecko.GeckoWebBrowser.ShowPageProperties C# (CSharp) 메소드

ShowPageProperties() 공개 메소드

Displays a properties dialog for the current page.
public ShowPageProperties ( ) : void
리턴 void
        public void ShowPageProperties()
        {
            ShowPageProperties(Document);
        }

Same methods

GeckoWebBrowser::ShowPageProperties ( GeckoDocument document ) : void