IInlineAssistantInteractionProvider
Defines an interface for providing interaction with an inline assistant in a WPF application.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
public interface IInlineAssistantInteractionProvider
Derived Classes:
Properties
Gets the full text of the target element that the inline assistant interacts with.
string FullText { get; }
Gets the currently selected text in the target element that the inline assistant interacts with.
string SelectedText { get; }
TargetElement
FrameworkElement
Gets the target FrameworkElement that the inline assistant interacts with.
FrameworkElement TargetElement { get; }
Methods
Gets the position where the inline assistant should be opened.
Point? GetPosition()
Point?
The point where the inline assistant should be opened, or null if the assistant should not be shown.
Inserts the specified text at the current caret position in the target element that the inline assistant interacts with.
Replaces the currently selected text in the target element that the inline assistant interacts with.