Microsoft SDK for Java

RichEdit Class

Encapsulates a Win32 RichEdit control.

Component 
  |
  +--Control 
     |
     +--Edit 
        |
        +--RichEdit

package com.ms.wfc.ui

public class RichEdit
extends
Edit

Remarks

A rich edit control is a window in which the user can enter and edit formatted text. The text can be assigned directly to the control, or can be loaded from a Rich Text Format (RTF) or plain text file. The text can be assigned character and paragraph formatting, and can include embedded OLE objects.

The RichEdit control provides a programming interface for formatting text. This interface is provided through the RichEdit and associated classes.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.