Public members

 

WpfTextEditor provides the following public members:

 

        - public FlowDocument Document: gets or sets editing document. This property can be used to change editing document programmatically

 

        - public bool IsSpellCheckEnabled: gets or sets a value determining whether spell checking is enabled

 

        - public string FilesPath:  gets or sets default path for import and export Open File dialog box

 

        - public string SkinFolder:  gets or sets skin files folder. When this property is null or empty the built-in skin is used. Relative path is supported, for example "SkinsOffice2007"

 

        - public string LicenseKey:  gets or sets license key for purchased control (see Licensing)

 

        - public void LoadLocalization(string desiredCulture):  loads localization language file for specified culture

 

        - public event EventHandler TextChanged:  it occurs when document text is changed (e.g. when any character is typed)

 

        - public event ImportExportEventHandler FileImported:  it occurs when some file is imported (file content is loaded into the control)

 

        - public event ImportExportEventHandler FileExported:  it occurs when the edited document is exported (saved to disk file)

 

        - public class ImportExportEventArgs: EventArgs:  FileImported and FileExported events argument type. This class contains FileName string property. For example, it allows changing

          editing file name in application type (like it's done in WpfTextEditorDemo application).

 



 

Licensing

You can use WPF Text Editor trial version free of charge for 30 days for evaluation purposes. The trial version contains a reminder message above the editing area. When the trial period is expired the control is disabled.

 

After purchasing full version you will receive license key string. Assign this string to LicenseKey property in your code behind file and the control will work without any restrictions.

 





For more information about how to use WPF Text Editor in your applications, go on page 3.

 

Back to Getting Started - Page 1

 


 
Copyright 2009 Gaia s.r.l. - All rights reserved