We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 250baa3 commit e69a8d3Copy full SHA for e69a8d3
1 file changed
XamlToolkit.WinUI.Controls/RichSuggestBox/RichSuggestBox.idl
@@ -93,5 +93,13 @@ namespace XamlToolkit.WinUI.Controls
93
void ClearUndoRedoSuggestionHistory();
94
95
void Clear();
96
+
97
+ void AddTokens(Windows.Foundation.Collections.IIterable<RichSuggestToken> tokens);
98
99
+ void Load(String rtf, Windows.Foundation.Collections.IIterable<RichSuggestToken> tokens);
100
101
+ Boolean TryGetTokenFromRange(Microsoft.UI.Text.ITextRange range, out RichSuggestToken token);
102
103
+ Windows.Foundation.Rect GetRectFromRange(Microsoft.UI.Text.ITextRange range);
104
}
105
0 commit comments