Compartilhar via


SPMobileButtonNavigation.CommandControl property

Obtém o filho controle Command que realmente faz o trabalho do objeto SPMobileButtonNavigation .

Namespace:  Microsoft.SharePoint.Mobile.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
Public Overridable ReadOnly Property CommandControl As LinkButton
    Get
'Uso
Dim instance As SPMobileButtonNavigation
Dim value As LinkButton

value = instance.CommandControl
public virtual LinkButton CommandControl { get; }

Property value

Type: System.Web.UI.WebControls.LinkButton
Um Command que podem chamar eventos.

Comentários

As propriedades de CommandControl são definidas pelo método CreateButtonControl em sua implementação padrão.

Ver também

Referência

SPMobileButtonNavigation class

SPMobileButtonNavigation members

Microsoft.SharePoint.Mobile.WebControls namespace