ClassRichTextAreaTranslator
Translates SetText commands into RichTextAreaSetTextDescriptors
Definition
Namespace:ArtOfTest.WebAii.Design.IntrinsicTranslators.Silverlight
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
public class RichTextAreaTranslator : XamlActionTranslatorBase, IControlLocator, IInterfaceInterrogator, IActionTranslator, IActionProvider
Inheritance: objectBaseInterfaceInterrogatorBaseLocatorXamlActionTranslatorBaseRichTextAreaTranslator
Implements:
Inherited Members
Constructors
RichTextAreaTranslator()
Declaration
public RichTextAreaTranslator()
Properties
AddedControlActionTypes
Declaration
protected override Type[] AddedControlActionTypes { get; }
Property Value
Type[]
Overrides
ControlType
The type of the control locator.
Declaration
public override Type ControlType { get; }
Property Value
Overrides
IdentifyAsContainer
True/False whether to match this control for any of its children. If set to false, only exact matches to FindParam returned by Locators will be passed into this translator
Declaration
public override bool IdentifyAsContainer { get; }
Property Value
Overrides
Locators
Get this control locator.
Declaration
public override IFindExpression[] Locators { get; }
Property Value
IFindExpression[]
Overrides
Methods
TranslateCommand(FrameworkElement, XamlCapturedCommand, out ActionDescriptor)
Declaration
public override bool TranslateCommand(FrameworkElement translatorLocatorElement, XamlCapturedCommand command, out ActionDescriptor recordedDescriptor)
Parameters
translatorLocatorElement
command
recordedDescriptor
Returns
Overrides