Click or drag to resize
SoWinComponentSetTitle Method

Sets window title.

Namespace: OIV.Inventor.Win
Assembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetTitle(
	string newTitle
)

Parameters

newTitle
Type: SystemString
Remarks

The window title can be set for topLevelShell components or components which are directly under a shell window handle (i.e. components which have their own window).

See Also