CADability dotNET
Determins whether this IPropertyTreeView is on top of all IPropertyTreeView objects. Several IPropertyTreeViews reside in the ControlCenter in different tab pages. Determins whether this IPropertyTreeView is in the selected tab page.

Namespace: CADability.UserInterface
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
bool IsOnTop()
Visual Basic
Function IsOnTop As Boolean
Visual C++
bool IsOnTop()

Return Value

true if on top, false otherwise

See Also