Is there a built in property for this. I need something that looks like the image below. I need the format menu that is above the richedittext control.
Printable View
Is there a built in property for this. I need something that looks like the image below. I need the format menu that is above the richedittext control.
I might be mistaken, but you would probably just use a ToolStrip.
I wasn't clear enough. Is there a component that I can just attach to the richeditbox and gain that functionality.
Seems that that would be a built in function with VB.
No, there is nothing built into .NET to do that for you. You would have to make your own using a ToolStrip as suggested. You could create your own custom control that inherits ToolStrip and then adds the appropriate functionality so that you can reuse it in other projects. There may even be such a control available on the web.