New Classes, Properties, Methods and Events

In TX Text Control 27.0 for WPF the following new classes, properties, methods and events have been added:

Properties

Property Description
TXTextControl.TextField.HighlightColor Gets or sets the highlight color for the text field.
TXTextControl.TextField.HighlightMode Gets or sets a value indicating when the text field is highlighted.
TXTextControl.WPF.ResourceProvider.ImageSourceSettings.Culture Specifies the culture to receive a language related image.
TXTextControl.WPF.ResourceProvider.ImageSourceSettings.FillColor Specifies the fill color of editable scopes inside the related image.
TXTextControl.WPF.ResourceProvider.ImageSourceSettings.StrokeColor Specifies the stroke color of editable scopes inside the related image.
TXTextControl.WPF.RibbonReportingTab.FieldNavigatorSidebar Gets or sets the the name of the sidebar that is connected to the RibbonReportingTab's TXITEM_FieldNavigation button.

Classes

Class Description
TXTextControl.WPF.ResourceProvider The ResourceProvider class provides static methods to receive bitmaps or strings from sources that can be accessed via an assigned identifier.
TXTextControl.WPF.ResourceProvider.ImageSourceSettings The ImageSourceSettings class provides properties for advanced settings to receive an image by using the ResourceProvider.GetSmallIcon and ResourceProvider.GetLargeIcon methods.

Methods

Method Description
TXTextControl.WPF.ResourceProvider.GetKeyTip Gets the key tip that is associated with an item and specified by the identifier parameter.
TXTextControl.WPF.ResourceProvider.GetLargeIcon Gets a System.Windows.Media.Imaging.BitmapSource of the large icon that is associated with an item and specified by an identifier or Scalable Vector Graphics (SVG) stream parameter.
TXTextControl.WPF.ResourceProvider.GetSmallIcon Gets a System.Windows.Media.Imaging.BitmapSource of the small icon that is associated with an item and specified by an identifier or Scalable Vector Graphics (SVG) stream parameter.
TXTextControl.WPF.ResourceProvider.GetText Gets the text that is associated with an item and specified by the identifier parameter.
TXTextControl.WPF.ResourceProvider.GetToolTipDescription Gets the tool tip description that is associated with an item and specified by the identifier parameter.
TXTextControl.WPF.ResourceProvider.GetToolTipTitle Gets the tool tip title that is associated with an item and specified by the identifier parameter.