treeclass.ascx
来自「本代码相互要实现试问系统的查询」· ASCX 代码 · 共 9 行
ASCX
9 行
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="TreeClass.ascx.cs" Inherits="UserControls_TreeClass" %>
<asp:TreeView ID="treeClass" runat="server" ImageSet="News" NodeIndent="10">
<ParentNodeStyle Font-Bold="False" />
<HoverNodeStyle Font-Underline="True" />
<SelectedNodeStyle Font-Underline="True" HorizontalPadding="0px" VerticalPadding="0px" />
<NodeStyle Font-Names="Arial" Font-Size="10pt" ForeColor="Black" HorizontalPadding="5px"
NodeSpacing="0px" VerticalPadding="0px" />
</asp:TreeView>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?