Markdown Monster Class Reference
MainWindow.ActivateTab
Table of Contents
On this page:

MainWindow.ActivateTab

Activates a tab by checking from a filename and activating or optionally open the a new tab.

public Task<TabItem> ActivateTab(TabItem tab, bool setFocus)

Parameters

tab

setFocus

Overloads

public Task<TabItem> ActivateTab(string filename, bool openIfNotFound, bool maintainScrollPosition, bool noPreview, bool noSelectTab, bool noFocus, bool readOnly, bool isPreview)

© West Wind Technologies, 2025 • updated: Sep 23, 2025
Comment or report problem with topic