Garry's Mod Wiki

vgui.FocusedHasParent

  boolean vgui.FocusedHasParent( Panel parent )

Description

Returns whether the currently focused panel is a child of the given one.

Arguments

1 Panel parent
The parent panel to check the currently focused one against. This doesn't need to be a direct parent (focused panel can be a child of a child and so on).

Returns

1 boolean
Whether or not the focused panel is a child of the passed one.