Skybound.Gecko.GeckoWebBrowser.ShowPageProperties C# (CSharp) Méthode

ShowPageProperties() public méthode

Displays a properties dialog for the current page.
public ShowPageProperties ( ) : void
Résultat void
        public void ShowPageProperties()
        {
            ShowPageProperties(Document);
        }

Same methods

GeckoWebBrowser::ShowPageProperties ( GeckoDocument document ) : void