Class PanelMultilineTextBox
Implements panel with MultilineTextBox and toolbar with text edit buttons.
[ControlCategory("Panels")]
public class PanelMultilineTextBox : PanelWithToolBar, IBaseObject, IDisposableObject, ISupportInitialize, IFocusable, ITextProperty, IComponent, IControl, IDisposable, IWin32Window, INotifyDataErrorInfo
- Inheritance
-
PanelMultilineTextBox
- Implements
Constructors
- PanelMultilineTextBox()
Initializes a new instance of the PanelMultilineTextBox class.
Properties
- 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.
- 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.