Click or drag to resize
SoWinComponentIsTopLevelShell Method

Returns true if this component is a top level shell component (has its own window).

Namespace: OIV.Inventor.Win
Assembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public bool IsTopLevelShell()

Return Value

Type: Boolean
Remarks

Subclasses may use this to decide if they are allowed to resize themselves.

See Also