ControlProjectTreeView.ascx
上传用户:xuming1973
上传日期:2014-02-27
资源大小:17511k
文件大小:1k
源码类别:

WEB源码(ASP,PHP,...)

开发平台:

C#

  1. <%@ Register TagPrefix="iewc" Namespace="Microsoft.Web.UI.WebControls" Assembly="Microsoft.Web.UI.WebControls" %>
  2. <%@ Control Language="c#" AutoEventWireup="false" Codebehind="ControlProjectTreeView.ascx.cs" Inherits="UDS.Inc.ClassTreeView" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
  3. <FONT face="宋体">
  4. <iewc:treeview id="TreeView1" HoverStyle="color:#e8f4ff" DefaultStyle="background:#024289;color:white;"
  5. SelectedStyle="color:#e8f4ff" runat="server" Width="178px" Height="100%" BorderColor="White"
  6. SystemImagesPath="/webctrl_client/1_0/treeimages/" SelectExpands="True" BorderWidth="0px"></iewc:treeview>
  7. </FONT>