您目前尚未登陆,请选择【登陆】或【注册
首页->控件插件->HeroBeastControls的NavMenu导航控件Demo及源码>>NavMenu/Editor/NavMenuSubItemEditor.cs>>代码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,不能展示项目的全部,如果想更进一步了解该代码请下载:HeroBeastControls的NavMenu导航控件Demo及源码


当前文件路径:HeroBeastControlsNavMenu/NavMenu/Editor/NavMenuSubItemEditor.cs 文件类型
普通视图
		            
1using System; 2using System.ComponentModel; 3using System.ComponentModel.Design; 4using System.Reflection; 5using System.Web.UI.HtmlControls; 6 7namespace HeroBeastControls.NavMenu 8{ 9 public class NavMenuSubItemEditor : CollectionEditor 10 { 11 public NavMenuSubItemEditor(Type type) 12 : base(type) 13 { 14 } 15 //一次可否选择多项 16 protected override bool CanSelectMultipleInstances() 17 { 18 return false; 19 } 20 21 //获取此集合包含的数据类型 22 protected override Type CreateCollectionItemType() 23 { 24 return typeof(NavMenuSubItem); 25 } 26 } 27} 28
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:HeroBeastControls的NavMenu导航控件Demo及源码

- 小孔子内容管理系统V2.1源码

- asp.net2.0将word转换为html..

- 狂鸟文章管理系统源码

- 固定资产管理系统源码

- VS2005典型实例源码大全(C#)

- Asp.net简单饼图XML投票系统源码

- Extjs简单版酒店管理系统

- 站长中国绩效考核系统源码

51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号