SPMobileButtonNavigation.CreateChildControls 方法
创建子控件的SPMobileButtonNavigation。
命名空间: Microsoft.SharePoint.Mobile.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Protected Overrides Sub CreateChildControls
用法
Me.CreateChildControls()
protected override void CreateChildControls()
备注
此重写创建Command对象的子对象,并为其分配访问键。它会调用CreateButtonControl和AddAccessKey(MobileControl)。