SoWinComponentIsTopLevelShell Method |
Returns true if this component is a top level shell component (has its own window).
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public bool IsTopLevelShell()
Public Function IsTopLevelShell As Boolean
public:
bool IsTopLevelShell()
member IsTopLevelShell : unit -> bool
Return Value
Type:
BooleanRemarks Subclasses may use this to decide if they are allowed to resize themselves.
See Also