文件名称:2543574367432134
- 所属分类:
- WEB源码
- 资源属性:
- [Windows] [Visual C] [Basic/ASP] [源码]
- 上传时间:
- 2008-10-13
- 文件大小:
- 2.43kb
- 下载次数:
- 0次
- 提 供 者:
- sir****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
滑块条参考手册
属性
min滑块条最小刻度值
max滑块条最大刻度值
pos滑块条当前位置
orientation滑块条方向,h -水平方向,v -垂直方向,默认为 h。
trackBarWidth滑块条宽度
progressHeight滑块条高度
sliderWidth滑块宽度
sliderHeight滑块高度
方法
CTrackBar(trackBarIdStr, min, max, pos)构造函数,trackBarIdStr 为显示控件的 HTML 标签 id 字符串,min 滑块条的最小刻度值, max 滑块条的最大刻度值,pos 滑块条的当前刻度值。
Create(trackBarObjName)创建控件,利用了 new 创建控件对象之后,需要调用 Create(trackBarObjName) 才能将控件显示在网页上。trackBarObjName 为滑块条对象名称,字符串类型。
说明
必须预先给出一个 Block 级的 HTML 标签,用以存放该控件,并通过构造函数的 trackBarIdStr 将该 HTML 标签的 id 字符串“告诉”控件。
在调用了 Create 方法之后,不能再更改 progressWidth、progressHeight、sliderWidth 和 sliderHeight 的值。
全局变量 curTrackBar 表示当前响应用户操作的滑块条,对于只有一个滑块条的情况,意义不大。
更改 OnTrackBarChng 函数,以响应滑块变化。
注意使用样式表,具体参见示例详细。-slider reference manual slider min attributes of the smallest scale slider max value of the largest calibration value pos slider orientation of the current location of the slider direction, h-level direction, v-vertical direction, h default. TrackBarWidth slider, slider progressHeight width of the highly sli derWidth slider width sliderHeight slider Height CTrackBar ( trackBarIdStr, min, max, pos) Constructors, trackBarIdStr to show HTML Controls label id string, min slider of the smallest calibration values, max slider of the largest calibration value, pos slider of the current calibration value. Back (trackBarObjName) Create Controls use of the new control object creation, Back to need to call (trackBarObjName) controls can be displayed on the website. TrackBarObjName slider for the name
属性
min滑块条最小刻度值
max滑块条最大刻度值
pos滑块条当前位置
orientation滑块条方向,h -水平方向,v -垂直方向,默认为 h。
trackBarWidth滑块条宽度
progressHeight滑块条高度
sliderWidth滑块宽度
sliderHeight滑块高度
方法
CTrackBar(trackBarIdStr, min, max, pos)构造函数,trackBarIdStr 为显示控件的 HTML 标签 id 字符串,min 滑块条的最小刻度值, max 滑块条的最大刻度值,pos 滑块条的当前刻度值。
Create(trackBarObjName)创建控件,利用了 new 创建控件对象之后,需要调用 Create(trackBarObjName) 才能将控件显示在网页上。trackBarObjName 为滑块条对象名称,字符串类型。
说明
必须预先给出一个 Block 级的 HTML 标签,用以存放该控件,并通过构造函数的 trackBarIdStr 将该 HTML 标签的 id 字符串“告诉”控件。
在调用了 Create 方法之后,不能再更改 progressWidth、progressHeight、sliderWidth 和 sliderHeight 的值。
全局变量 curTrackBar 表示当前响应用户操作的滑块条,对于只有一个滑块条的情况,意义不大。
更改 OnTrackBarChng 函数,以响应滑块变化。
注意使用样式表,具体参见示例详细。-slider reference manual slider min attributes of the smallest scale slider max value of the largest calibration value pos slider orientation of the current location of the slider direction, h-level direction, v-vertical direction, h default. TrackBarWidth slider, slider progressHeight width of the highly sli derWidth slider width sliderHeight slider Height CTrackBar ( trackBarIdStr, min, max, pos) Constructors, trackBarIdStr to show HTML Controls label id string, min slider of the smallest calibration values, max slider of the largest calibration value, pos slider of the current calibration value. Back (trackBarObjName) Create Controls use of the new control object creation, Back to need to call (trackBarObjName) controls can be displayed on the website. TrackBarObjName slider for the name
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 416950542543574367432134.rar 列表 滑块条.asp