RichEdit.GetTextRange 方法 | |
从富文本中检索一系列字符。
命名空间:
VO
程序集:
VOGUIClasses (在 VOGUIClasses.dll 中) 版本:2.22 GA
语法 VIRTUAL METHOD GetTextRange(
oRange
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual __Usual GetTextRange(
__Usual oRange = default
)
查看代码参数
- oRange (Optional)
- 类型:__Usual
要检索的字符范围。
返回值
类型:
__Usual
代表检索到的字符范围的字符串。
参见