作者:VB.NET开发
项目:System.Web.UI.WebControls.WebPart
Protected Sub Button4_Click(ByVal sender As Object, _
ByVal e As EventArgs)
Label1.Text = CatalogZone1.SelectedCatalogPartID
End Sub
下面列出了vb System.Web.UI.WebControls.WebParts.CatalogZoneBase.SelectedCatalogPartID 类(方法)源码代码实例,从而了解它的用法。
Protected Sub Button4_Click(ByVal sender As Object, _
ByVal e As EventArgs)
Label1.Text = CatalogZone1.SelectedCatalogPartID
End Sub