SPMobileButtonNavigation.CommandControl Property
Gets the child Command control that actually does the work of the SPMobileButtonNavigation object.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property CommandControl As Command
Get
'Usage
Dim instance As SPMobileButtonNavigation
Dim value As Command
value = instance.CommandControl
public virtual Command CommandControl { get; }
Property Value
Type: System.Web.UI.MobileControls.Command
A Command that can invoke events.
Remarks
The properties of CommandControl are set by the CreateButtonControl method in its default implementation.
See Also
Reference
SPMobileButtonNavigation Class