SPMobileButtonNavigation.CommandControl 属性

获取子Command控件实际执行的SPMobileButtonNavigation对象的工作。

命名空间:  Microsoft.SharePoint.Mobile.WebControls
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Overridable ReadOnly Property CommandControl As LinkButton
    Get
用法
Dim instance As SPMobileButtonNavigation
Dim value As LinkButton

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

属性值

类型:System.Web.UI.WebControls.LinkButton
可以调用事件Command

备注

CommandControl属性设置其默认实现中的CreateButtonControl方法。

另请参阅

引用

SPMobileButtonNavigation 类

SPMobileButtonNavigation 成员

Microsoft.SharePoint.Mobile.WebControls 命名空间