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