Articles in this section
Category / Section

How to add a MiniToolBar to the form and associate with the controls in the form?

1 min read

Adding MiniToolBar to the form

To add a MiniToolBar to the form, follow the below given steps.

  • Drag and drop a MiniToolBar from the toolbox.
  • Open the Items Collection Editor of the MiniToolBar
  • Add the required items into the MiniToolBar from the Items collection Editor and click Ok.
  • Now, drag and drop the control with which the MiniToolBar is to be associated, for eg. a richTextBox.
  • Set the MiniToolBar''s AssociatedControl property to the control to which this is to be associated.

C#

this.miniToolBar1.AssociatedControl = this.richTextBox1;

 

VB

Me.miniToolBar1.AssociatedControl = Me.richTextBox1
  • Run the sample and right click on the richTextBox to view the MiniToolBar
Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied