Visual Signal ExternalBase Class Library Documentation
setTitle Method (title, showTitle)
VisualSignalVSignal.ExternalBaseIExternalViewersetTitle(String, Boolean)
API version 1.2.2.0

[This is preliminary documentation and is subject to change.]

Exported function "setTitle()", used by Visual Signal's ExternalViewer module to set external viewer title
Declaration Syntax
C#Visual BasicVisual C++
void setTitle(
	string title,
	bool showTitle
)
Sub setTitle ( _
	title As String, _
	showTitle As Boolean _
)
void setTitle(
	String^ title, 
	bool showTitle
)
Parameters
title (String)

[Missing <param name="title"/> documentation for "M:VSignal.ExternalBase.IExternalViewer.setTitle(System.String,System.Boolean)"]

showTitle (Boolean)

[Missing <param name="showTitle"/> documentation for "M:VSignal.ExternalBase.IExternalViewer.setTitle(System.String,System.Boolean)"]

Assembly: vsmExternalBase (Module: vsmExternalBase) Version: 1.2.2.0 (1.3.0.0)