Click or drag to resize

RichTextAreaIHandler Interface

Handler interface for the RichTextArea.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IHandler : TextAreaIHandler, 
	TextControlIHandler, CommonControlIHandler, ControlIHandler, WidgetIHandler

The RichTextAreaIHandler type exposes the following members.

Properties
  NameDescription
Public propertyBuffer
Gets the formatted text buffer to set formatting and load/save to file.
Public propertySelectionBackground
Gets or sets the background color of the selected text or insertion point.
Public propertySelectionBold
Gets or sets a value indicating whether the selected text or insertion point has bold text.
Public propertySelectionFamily
Gets or sets the font family of the selected text or insertion point.
Public propertySelectionFont
Gets or sets the font of the selected text or insertion point.
Public propertySelectionForeground
Gets or sets the foreground color of the selected text or insertion point.
Public propertySelectionItalic
Gets or sets a value indicating whether the selected text or insertion point has italic style.
Public propertySelectionStrikethrough
Gets or sets a value indicating whether the selected text or insertion point has strikethrough decorations.
Public propertySelectionTypeface
Gets or sets the font typeface of the selected text or insertion point.
Public propertySelectionUnderline
Gets or sets a value indicating whether the selected text or insertion point has underline decorations.
Top
See Also