Control.GetTopLevel Método
Definición
Determina si el control es de nivel superior.Determines if the control is a top-level control.
protected:
bool GetTopLevel();
protected bool GetTopLevel ();
member this.GetTopLevel : unit -> bool
Protected Function GetTopLevel () As Boolean
Devoluciones
true
si el control es de nivel superior; en caso contrario, false
.true
if the control is a top-level control; otherwise, false
.