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; }
Public ReadOnly Property SupportedTextReplacements As TextReplacements
Get
member SupportedTextReplacements : TextReplacements with get
Property Value
Type:
TextReplacementsThe supported text replacements.
Remarks
You can use this to determine which flags in the
TextReplacements will take effect.
See Also