TextBuffer 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public ref class TextBuffer abstract
public abstract class TextBuffer
type TextBuffer = class
Public MustInherit Class TextBuffer
- 继承
-
TextBuffer
- 派生
构造函数
TextBuffer() |
属性
IsDirty | |
IsReadOnly | |
LockEvents | |
Text | |
TextLength |
方法
Checkout() | |
Dirty() | |
Dispose() | |
GetText(Int32, Int32) | |
OnAttributeChanged(EventArgs) | |
OnTextChanged(EventArgs) | |
ReplaceText(Int32, Int32, String) | |
ShowCode() | |
ShowCode(Int32) |
事件
AttributeChanged | |
TextChanged |