ControlPositionTreeView.ascx
上传用户:jdb8708888
上传日期:2013-05-29
资源大小:19971k
文件大小:1k
源码类别:

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

开发平台:

C#

  1. <%@ Control Language="c#" AutoEventWireup="false" Codebehind="ControlPositionTreeView.ascx.cs" Inherits="UDS.Inc.ControlPositionTreeView" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
  2. <%@ Register TagPrefix="iewc" Namespace="Microsoft.Web.UI.WebControls" Assembly="Microsoft.Web.UI.WebControls" %>
  3. <iewc:treeview id="TreeView1" HoverStyle="color:#e8f4ff" DefaultStyle="background:#024289;color:white;" SelectedStyle="color:#e8f4ff" runat="server" Width="177px" Height="100%" BorderColor="White" SelectExpands="True" DESIGNTIMEDRAGDROP="10"></iewc:treeview>