Unplanned
Last Updated: 30 Mar 2016 12:24 by ADMIN
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 25 Sep 2015 12:04
Category: RichTextEditor
Type: Bug Report
0
FIX. RadRichTextEditor - all dialogs opened through the RichTextEditorRibbonBar should not be resizabe
Workaround: set the FormBorderStyle property to FixedSingle for the respective dialog.

RadForm f = this.radRichTextEditor1.RichTextBoxElement.FontPropertiesDialog as RadForm;
f.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
0 comments