Class PanelRichTextBox
Implements panel with RichTextBox and toolbar with text edit buttons.
[ControlCategory("Panels")]
public class PanelRichTextBox : PanelWithToolBar, IBaseObjectWithAttr, IBaseObjectWithId, INotifyPropertyChanged, IDisposableObject, IBaseObject, ISupportInitialize, IFocusable, ITextProperty, IComponent, IControl, IDisposable, IWin32Window, INotifyDataErrorInfo- Inheritance
- 
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      PanelRichTextBox
- Implements
Constructors
- PanelRichTextBox()
- Initializes a new instance of the PanelRichTextBox class. 
- PanelRichTextBox(Control)
- Initializes a new instance of the PanelRichTextBox class. 
Properties
- ButtonIdBold
- Gets id of the 'Bold' toolbar item. 
- ButtonIdItalic
- Gets id of the 'Italic' toolbar item. 
- ButtonIdNew
- Gets id of the 'New' toolbar item. 
- ButtonIdOpen
- Gets id of the 'Open' toolbar item. 
- ButtonIdRedo
- Gets id of the 'Redo' toolbar item. 
- ButtonIdSave
- Gets id of the 'Save' toolbar item. 
- ButtonIdUnderline
- Gets id of the 'Underline' toolbar item. 
- ButtonIdUndo
- Gets id of the 'Undo' toolbar item. 
- TextBox
- Gets RichTextBox control used in this panel. 
Methods
- CreateToolbarItems()
- Creates toolbar items. 
Events
- FileNewClick
- Occurs when 'New' button is clicked on the toolbar. 
- FileOpenClick
- Occurs when 'Open' button is clicked on the toolbar. 
- FileSaveClick
- Occurs when 'Save' button is clicked on the toolbar.