TextBuffer Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public ref class TextBuffer abstract
public abstract class TextBuffer
type TextBuffer = class
Public MustInherit Class TextBuffer
- Herança
-
TextBuffer
- Derivado
Construtores
| TextBuffer() |
Propriedades
| IsDirty | |
| IsReadOnly | |
| LockEvents | |
| Text | |
| TextLength |
Métodos
| Checkout() | |
| Dirty() | |
| Dispose() | |
| GetText(Int32, Int32) | |
| OnAttributeChanged(EventArgs) | |
| OnTextChanged(EventArgs) | |
| ReplaceText(Int32, Int32, String) | |
| ShowCode() | |
| ShowCode(Int32) |
Eventos
| AttributeChanged | |
| TextChanged |