Hi,
I have two editors in my .NET C# application.
One is rich text box another is custom layout editor for resource editiing.
Now i have configured the main meny edit buttons to work for RichTextBox editor.
Layout editor has a property grid for browsing object properties.I want to enable the edit menu functions to work for the layout editor as well for the property grid.
I have one interface which contains the edit functions like redo,undo,copy, paste,delete,Se lectAll etc.This interface is implemented by text editor class.
Now how will i make the same functions to work for both the editors.
I m programing in VS2003 .NET C#.
Help will be much appreciated.
Thanks and Regards,
-Anupam Roy
I have two editors in my .NET C# application.
One is rich text box another is custom layout editor for resource editiing.
Now i have configured the main meny edit buttons to work for RichTextBox editor.
Layout editor has a property grid for browsing object properties.I want to enable the edit menu functions to work for the layout editor as well for the property grid.
I have one interface which contains the edit functions like redo,undo,copy, paste,delete,Se lectAll etc.This interface is implemented by text editor class.
Now how will i make the same functions to work for both the editors.
I m programing in VS2003 .NET C#.
Help will be much appreciated.
Thanks and Regards,
-Anupam Roy