100165534.htm

来自「C#高级编程(第三版),顶死你们。。 。up」· HTM 代码 · 共 70 行

HTM
70
字号


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>
	
        19.3  标准控件和组件
</title></head>
<body>
    <div class="area">

        

        <div class="col1">
            <div class="lineBlue">
            </div>
            <!-- title -->
            <div class="arcTitle">
                <h1>
                    <a href="../16">
                        C#高级编程(第3版)【全文连载】
                    </a>
                </h1>
                <div style="text-align: center; font-size: 15px">
                    <a href="100165534.htm">
                        19.3  标准控件和组件
                    </a>
                </div>
                <div style="text-align: center; font-size: 15px">
                    <a class="url" href="../../default.htm">http://book.csdn.net/</a>
                    2006-10-13 14:41:00
                </div>
                <div style="margin: 0px auto; width: 700px; border: solid 1px #0b5f98;">
                    <div style="float: left; width: 16px; background-color: #0b5f98; color: White; padding: 1px;">
                        图书导读
                    </div>
                    <div style="float: right; width: 670px; text-align: left; line-height: 16pt; padding-left: 2px">
                        <!--导读-->
                        <h1 id="divCurrentNode" style="color: #b83507; width: 100%; text-align: left; font-size: 12px; padding-left: 2px">当前章节:<a href='100165534.htm'><font color='red'>19.3  标准控件和组件</font></a></h1>
                        <div id="divRelateNode" style="padding-left: 2px">
                        <div style='float:left;width:49%'>·<a href='100165531.htm'>19.2.4  Windows功能</a></div><div style='float:right;width:49%'>·<a href='100165532.htm'>19.2.5  杂项功能</a></div><div style='float:left;width:49%'>·<a href='100165533.htm'>19.2.6  类层次结构</a></div><div style='float:right;width:49%'>·<a href='100165535.htm'>19.3.1  Button控件</a></div><div style='float:left;width:49%'>·<a href='100165536.htm'>19.3.2  CheckBox控件</a></div><div style='float:right;width:49%'>·<a href='100165537.htm'>19.3.3  ComboBox控件与ListBox控件</a></div></div>
                    </div>
                </div>
                </div>
            <!-- main -->
            <div id="main">
                <div id="text"> <link href="css.css" rel="stylesheet" type="text/css" /><h3 style="MARGIN-TOP: 11.4pt; MARGIN-LEFT: 0cm; MARGIN-RIGHT: 0cm; FTEL: 11.4pt"><span lang="EN-US">19.3&nbsp; </span><span style="FONT-FAMILY: 楷体_GB2312">标准控件和组件</span></h3>
<p class="MsoNormal"><span style="FONT-FAMILY: 宋体">前一节介绍了控件常用的一些方法和属性。本节将讨论</span><span lang="EN-US">.NET Framework</span><span style="FONT-FAMILY: 宋体">提供的各种控件,解释每个控件提供的附加功能。下载的示例</span><span lang="EN-US">(www.wrox.com)</span><span style="FONT-FAMILY: 宋体">包含一个示例应用程序</span><span lang="EN-US">ControlExample</span><span style="FONT-FAMILY: 宋体">,这个应用程序有一个窗体,其中包含许多具备基本功能的控件。下面几节的示例代码都包含在</span><span lang="EN-US">ControlExample</span><span style="FONT-FAMILY: 宋体">项目中。图</span><span lang="EN-US">19-2</span><span style="FONT-FAMILY: 宋体">显示了这个示例的外观。</span></p>
<p align="center"><span lang="EN-US"><img height="412" src="19/image002.jpg" width="339" alt="" /></span></p>
<p style="FTEL: 8.15pt" align="center"><span style="FONT-FAMILY: 宋体">图</span><span lang="EN-US">&nbsp; 19-2</span></p></div>
                <!-- page -->
                <div class="page" style="text-align: center">
                    <a href="100165533.htm">上一页</a>&nbsp;&nbsp;&nbsp;<a href="index.html">首页</a>&nbsp;&nbsp;&nbsp;<a href="100165535.htm">下一页</a>
                </div>
                <div style="margin: 0px auto; width: 700px; border: solid 1px #0b5f98;">
                    <div style="float: left; width: 16px; background-color: #0b5f98; color: White; padding: 1px;">
                        图书导读
                    </div>
                    <div style="float: right; width: 670px; text-align: left; line-height: 16pt; padding-left: 2px">
                        <!--导读-->
                        <h1 id="divCurrentNode2" style="color: #b83507; width: 100%; text-align: left; font-size: 12px; padding-left: 2px">当前章节:<a href='100165534.htm'><font color='red'>19.3  标准控件和组件</font></a></h1>
                        <div id="divRealteNod2" style="padding-left: 2px">
                        <div style='float:left;width:49%'>·<a href='100165531.htm'>19.2.4  Windows功能</a></div><div style='float:right;width:49%'>·<a href='100165532.htm'>19.2.5  杂项功能</a></div><div style='float:left;width:49%'>·<a href='100165533.htm'>19.2.6  类层次结构</a></div><div style='float:right;width:49%'>·<a href='100165535.htm'>19.3.1  Button控件</a></div><div style='float:left;width:49%'>·<a href='100165536.htm'>19.3.2  CheckBox控件</a></div><div style='float:right;width:49%'>·<a href='100165537.htm'>19.3.3  ComboBox控件与ListBox控件</a></div></div>
                    </div>
                </div>
                </div>
        </div>
</body>
</html>

⌨️ 快捷键说明

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