Compartir a través de


HtmlObjectListAdapter.HasDefaultCommand Método

Definición

Devuelve true si un control ObjectList contiene un comando predeterminado. Esta API está obsoleta. Para obtener información sobre cómo desarrollar aplicaciones móviles ASP.NET, consulte Mobile Apps & Sites with ASP.NET.

protected:
 bool HasDefaultCommand();
protected bool HasDefaultCommand ();
member this.HasDefaultCommand : unit -> bool
Protected Function HasDefaultCommand () As Boolean

Devoluciones

Es true si un control ObjectList contiene un comando predeterminado; de lo contrario, es false.

Se aplica a

Consulte también