SPMobileButtonNavigation.CreateButtonControl, méthode (Microsoft.SharePoint.MobileControls)

Sets the properties of the child CommandControl.

Espace de noms : Microsoft.SharePoint.MobileControls
Assembly : Microsoft.SharePoint (dans microsoft.sharepoint.dll)

Syntaxe

'Déclaration
Protected Overridable Function CreateButtonControl As MobileControl
'Utilisation
Dim returnValue As MobileControl

returnValue = Me.CreateButtonControl
protected virtual MobileControl CreateButtonControl ()

Valeur retournée

A MobileControl (specifically, a Command) that has its properties set to provide the functionality of the SPMobileButtonNavigation object.

Notes

Among other things, the default implementation of this method assigns the OnClick method of SPMobileButtonNavigation as the handler for the Click event of the child Command object.

This method is called by the default implementation of CreateChildControls.

Voir aussi

Référence

SPMobileButtonNavigation, classe
Membres SPMobileButtonNavigation
Microsoft.SharePoint.MobileControls, espace de noms