Click or drag to resize

TextAreaSupportedTextReplacements Property

Gets the text replacements that this control supports on the current platform.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public TextReplacements SupportedTextReplacements { get; }

Property Value

Type: TextReplacements
The supported text replacements.
Remarks
You can use this to determine which flags in the TextReplacements will take effect.
See Also