Product Bundles
DevCraft
All Telerik .NET and Kendo UI JavaScript components and AI Tools in one package.
Kendo UI
Bundle of AI Tools plus four JavaScript UI libraries built natively for jQuery, Angular, React and Vue.
Build JavaScript UI
Javascript
Telerik
Build modern .NET business apps
.Net Web
Cross-Platform
Desktop
Reporting and Documents
AI for Developers & IT
Ensure AI program success
AI for UI
AI Engineering
Additional Tools
Enhance the developer and designer experience
Testing & Mocking
Debugging
UI Tools
CMS
Free Tools
Support and Learning
Productivity and Design Tools
Hi there,
I select the complete text of my RadRichTextBox by code and also want to show the Selection Mini Tool Bar also by code?Any ideas how to do so?
Actual this only shows up when the selection was done by mouse.
Thank you, Andi
Hi Andi,
You can use the following methods to achieve this:
private void Button_Click(object sender, RoutedEventArgs e) { this.radRichTextBox.Document.Selection.SelectAll(); radRichTextBox.Focus(); this.radRichTextBox.SelectionMiniToolBar.Show(new Point(100,100),this.radRichTextBox); }
I hope this helps. Should you have any other questions do not hesitate to ask.
Regards, Dimitar Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.