controldepartmenttreeview.ascx

来自「除了具有传统OA的邮件、工作流、文档等功能外」· ASCX 代码 · 共 4 行

ASCX
4
字号
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="ControlDepartmentTreeView.ascx.cs" Inherits="UDS.Inc.ControlDepartmentTreeView" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<%@ Register TagPrefix="iewc" Namespace="Microsoft.Web.UI.WebControls" Assembly="Microsoft.Web.UI.WebControls" %>
<iewc:treeview id="TreeView1" style="Z-INDEX: 101; LEFT: 0px; POSITION: absolute; TOP: 0px" BorderStyle="Dotted" BorderColor="White" BackColor="White" Height="500px" Width="290px" runat="server" SelectedStyle="color:red;background:#00ff00;" DefaultStyle="background:white;color:blue;" HoverStyle="color:blue;background:#00ffCC;" SelectExpands="True" DESIGNTIMEDRAGDROP="10"></iewc:treeview>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?