📄 010901.htm
字号:
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>vb study</title><style>
<!--
td {font-size: 9pt}
A:link {text-decoration: none; color: #0033cc;font-size: 9pt}
A:visited {text-decoration: none; color: #0066CC;font-size: 9pt}
A:active {text-decoration: none; color: #ff0000; font-size: 9pt}
A:hover {text-decoration: underline; color: #000000;font-size: 9pt}
-->
</style>
</head>
<body>
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" width="98%">
<tr>
<td width="100%"><a href="#">你的位置</a>:<a href="http://www.xxby.com" target="_blank">华生小屋</a>--<a href="#">VB学习</a>--<a href="#">基本控件</a></td>
</tr>
<tr>
<td width="100%">
<p align="center">滚动条控件</td>
</tr>
<tr>
<td width="100%"><br>
★ 滚动条控件:Hscroll(水平滚动条)和Vscroll(垂直滚动条)的属性如下:<br>
value:滚动块的当前值。<br>
min:滚动条的最小值。<br>
max:滚动条的最大值。<br>
smallchange:用鼠标在两端箭头上每次单击使value改变的值。<br>
largechange:用鼠标在滚动块两侧每次单击使value改变的值。<br>
在移动滚动条时,会触发它的Change事件,因此,我们通常将相关的事件过程写在 V(或H)Scroll1_Change()里面。<br>
新式滚动条flatscrollbar控件:(在部件"通用"2-6-0中)<br>
除有老式滚动条Hscroll和Vscroll的min,max,value,smallchange,largechange属性外,★ 新增:appearance属性:是否三维外观(0为三维,1为平面,2为响应式三维)<br>
arrows属性:滚动条两端箭头是否可用(0为可用,1为仅左边可用,2为仅右边可用 orientation属性:垂直滚动条(0)或水平滚动条(1)。
<p align="center">
<br>
< <a href="010801.htm">上一页</a>--<a href="http://www.xxby.com" target="_blank">华生小屋</a>--<a href="011001.htm">下一页</a>
><br>
</p>
</td>
</tr>
</table>
</center>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -