controlpositiontreeview.ascx
来自「自动化办公系统」· ASCX 代码 · 共 4 行
ASCX
4 行
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="ControlPositionTreeView.ascx.cs" Inherits="UDS.Inc.ControlPositionTreeView" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<%@ 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 + -
显示快捷键?