MainWindow.ActivateTab

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

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

Parameters

filename

openIfNotFound
maintainScrollPosition
noPreview
noSelectTab
noFocus
readOnly
isPreview

Overloads:


See also:

Class MainWindow

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