Class ExpressionTextBox
Allows assisted editing of an expression string. Do not use directly.
Inheritance
Namespace: Telerik.Windows.Controls.Expressions
Assembly: Telerik.Windows.Controls.Expressions.dll
Syntax
public class ExpressionTextBox : Control, IExpressionNodeEditor
Constructors
ExpressionTextBox()
Fields
SyntaxColorsProperty
Identifies the SyntaxColors property.
Declaration
public static readonly DependencyProperty SyntaxColorsProperty
Field Value
System.Windows.DependencyProperty
|
Properties
SyntaxColors
Gets or sets the colors used to highlight different syntax elements in the expression.
Declaration
public SyntaxColors SyntaxColors { get; set; }
Property Value
SyntaxColors
The syntax colors used in the expression. |
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call System.Windows.Controls.Control.ApplyTemplate. In simplest terms, this means the method is called just before a UI element displays in an application. For more information, see Remarks.
Declaration
public override void OnApplyTemplate()
OnCreateAutomationPeer()
When implemented in a derived class, returns class-specific System.Windows.Automation.Peers.AutomationPeer implementations for the automation infrastructure.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer
The class-specific System.Windows.Automation.Peers.AutomationPeer subclass to return. |