Click or drag to resize
SoWinComponentShow Method

This shows the component.

Namespace: OIV.Inventor.Win
Assembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void Show()
Remarks

If this is a topLevelShell component, then OIV.Inventor.Win.SoWinComponent.Show() will Realize and Map the window, else it will simply Manage the widget. In addition, OIV.Inventor.Win.SoWinComponent.Show() will also pop the component window to the top and de-iconify if necessary, to make sure the component is visible by the user.

See Also