您要查找的是不是:
- Gets or sets a numeric value that represents the current position of the scroll box on the scroll bar control. 获取或设置表示滚动框在滚动条控件中的当前位置的数值。
- Gets or sets a numeric value that represents the current position of the scroll box on the track bar. 获取或设置表示跟踪条上滚动框的当前位置的数值。
- Sets the current position of a scroll box and, if specified, redraws the scroll bar to reflect the new position. 设置滚动块的当前位置,如果指定,并重画滚动条以反映新的位置。
- When the scroll box is at the maximum value, the scroll box moves to the right-most or bottom position. 当滚动框的位置值为最大值时,滚动框移到最右端位置或底端位置。
- The Value property (which, by default, is 0) is an integer value corresponding to the position of the scroll box in the scroll bar. Value属性(默认情况下为0)是与滚动框在滚动条中的位置相对应的一个integer值。
- When the scroll box position is at the minimum value, it moves to the left-most position (for horizontal scroll bars) or the top position (for vertical scroll bars). 当滚动框的位置值为最小值时,滚动框移到最左端位置(对于水平滚动条),或移到顶端位置(对于垂直滚动条)。
- Gets a visual style element that represents a grip for a vertical scroll box. 获取表示垂直滚动框手柄的视觉样式元素。
- Gets the height, in pixels, of the scroll box in a vertical scroll bar. 获取垂直滚动条中滚动框的高度(以像素为单位)。
- Gets the width, in pixels, of the scroll box in a horizontal scroll bar. 获取水平滚动条中滚动框的宽度(以像素为单位)。
- Horizontal scroll bars start with the scroll box (thumb) right-aligned. 水平滚动条的初始状态是滚动框(滚动块)右对齐。
- Gets a visual style element that represents a vertical scroll box in the hot state. 获取表示处于热状态的垂直滚动框的视觉样式元素。
- Property setting in a scroll bar control when the user clicks the area between the scroll box and scroll arrow. 属性决定当用户单击滚动框和滚动箭头之间的区域时滚动条控件的。
- You can move through a page of items by clicking between the scroll box and a scroll arrow. 在滚动框和滚动箭头之间单击时可以按页移动项目。
- You can type a word or phrase in the top box of the Index tab to jump to a topic in the index in the scroll box below. 您可以在[索引]标签顶部的输入框中键入一个词或短语,以跳转到下方滚动框中的索引中的一个主题。
- Similarly, a value halfway between the bottom and top of the range places the leading edge of the scroll box in the middle of the scroll bar. 同理,在值范围的底端和顶端中间的值会使滚动框的前端位于滚动条的中间。
- The ScrollBar controls use the Scroll event to monitor the movement of the scroll box (sometimes referred to as the thumb) along the scroll bar. ScrollBar控件使用Scroll事件来监视滚动框(有时称之为滚动块)沿着滚动条的移动情况。
- The following code example adds a VScrollBar control to the start of the document, and then moves the scroll box to the center of the scroll bar. 下面的代码示例向文档开头添加一个VScrollBar控件,然后将滚动框移动到该滚动条中央。
- The scroll boxes inside the scroll bar indicate your vertical and horizontal location in the document. 滚动条内的滚动块指示出你在文件中的垂直和水平位置。
- The following code example adds a VScrollBar control to the top of the worksheet, and then moves the scroll box to the center of the scroll bar. 下面的代码示例将一个VScrollBar控件添加到工作表顶端,然后将滚动框移动至滚动条中央。
- In addition to using mouse clicks to change the scroll bar value, a user can also drag the scroll box to any point along the bar. 除了可以通过鼠标单击来更改滚动条值以外,用户还可以沿着滚动条将滚动框拖动到任何点。