Class BrowserDialog

Interaction logic for BrowserDialog.xaml

System.Object
  System.Windows.Threading.DispatcherObject
    System.Windows.DependencyObject
      System.Windows.Media.Visual
        System.Windows.UIElement
          System.Windows.FrameworkElement
            System.Windows.Controls.Control
              System.Windows.Controls.ContentControl
                System.Windows.Window
                  MarkdownMonster.Windows.BrowserDialog
public class BrowserDialog : Window, IComponentConnector

Class Members

MemberDescription

Constructor

InitializeComponent

InitializeComponent

public sealed void InitializeComponent()

Navigate

public void Navigate(string url)

NavigateAndWaitForCompletion

public bool NavigateAndWaitForCompletion(string url,     int timeout)

IsLoaded

Requirements

Namespace: MarkdownMonster.Windows
Assembly: markdownmonster.exe

© West Wind Technologies, 2016-2024 • Updated: 11/23/21
Comment or report problem with topic