Interface IPreviewBrowser

public abstract interface IPreviewBrowser

Interface Members

MemberDescription

ExecuteCommand

public void ExecuteCommand(string command,     Object[] args)

Navigate

public void Navigate(string url)

PreviewMarkdown

public Task PreviewMarkdown(MarkdownDocumentEditor editor,     bool keepScrollPosition,     bool showInBrowser,     string renderedHtml,     int editorLineNumber)

PreviewMarkdownAsync

public Task PreviewMarkdownAsync(MarkdownDocumentEditor editor,     bool keepScrollPosition,     string renderedHtml,     int editorLineNumber)

Refresh

public void Refresh(bool noCache)

ScrollToEditorLine

Scrolls to editor line and highlights the active line if it can be matched in the preview.

public Task ScrollToEditorLine(int editorLineNumber,     bool updateCodeBlocks,     bool noScrollContentTimeout,     bool noScrollTopAdjustment)

ScrollToEditorLineAsync

Scrolls to editor line and highlights the active line if it can be matched in the preview.

public Task ScrollToEditorLineAsync(int editorLineNumber,     bool updateCodeBlocks,     bool noScrollContentTimeout,     bool noScrollTopAdjustment)

ShowDeveloperTools

public void ShowDeveloperTools()

IsVisible

Requirements

Namespace: MarkdownMonster.Windows.PreviewBrowser
Assembly: markdownmonster.exe

© West Wind Technologies, 2016-2024 • Updated: 05/18/22
Comment or report problem with topic