Message 1 of 2
Minitoolbar texteditor

Not applicable
08-15-2013
06:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
You can define a MiniToolBarTextEditor...
Private WithEvents m_text As MiniToolbarTextEditor
but later, when you create the MiniToolBar, on the controls there is no AddTextEditor...????
Dim miniControls As MiniToolbarControls = m_MiniToolbar.Controls
m_text = minicontrol.add HERE SHOULD BE THE TEXT EDITOR... I can add anything else! where is the text editor.
I tried the value editor, but it cannot take text!
Any idea?