EditWindow.ScrollHorizontal 方法 | |
将编辑窗口中的当前行向右或向左滚动指定数量的字符。
命名空间:
XSharp.VO.SDK
程序集:
XSharp.VOGUIClasses (在 XSharp.VOGUIClasses.dll 中) 版本:2.22 GA
语法 VIRTUAL METHOD ScrollHorizontal(
nChars AS LONG
) AS VOID
public virtual void ScrollHorizontal(
int nChars
)
查看代码参数
- nChars
- 类型:Int32
要滚动的字符数。正值向右滚动;负值向左滚动。
参见