controlpositiontreeview.ascx
来自「除了具有传统OA的邮件、工作流、文档等功能外」· ASCX 代码 · 共 4 行
ASCX
4 行
<%@ Control Language="c#" Inherits="UDS.Inc.ControlPositionTreeView" CodeFile="ControlPositionTreeView.ascx.cs" %>
<%@ Register TagPrefix="iewc" Namespace="Microsoft.Web.UI.WebControls" Assembly="Microsoft.Web.UI.WebControls" %>
<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>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?