Dec 3rd, 2009, 11:52 AM
#1
Thread Starter
Addicted Member
Fromat menu for RichTextEdit
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.
Attached Images
Dec 3rd, 2009, 12:11 PM
#2
Re: Fromat menu for RichTextEdit
I might be mistaken, but you would probably just use a ToolStrip.
CodeBank contributions: Process Manager , Temp File Cleaner
Originally Posted by
SJWhiteley
"game trainer" is the same as calling the act of robbing a bank "wealth redistribution"....
Dec 3rd, 2009, 12:32 PM
#3
Thread Starter
Addicted Member
Re: Fromat menu for RichTextEdit
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.
Dec 6th, 2009, 08:49 PM
#4
Re: Fromat menu for RichTextEdit
Originally Posted by
CXXXV
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.
I do not believe so. I'm sure you could create a custom control that could do that, but why would you need to if the ToolStrip would be sufficient?
CodeBank contributions: Process Manager , Temp File Cleaner
Originally Posted by
SJWhiteley
"game trainer" is the same as calling the act of robbing a bank "wealth redistribution"....
Dec 6th, 2009, 09:25 PM
#5
Re: Fromat menu for RichTextEdit
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.
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Click Here to Expand Forum to Full Width