Hi,
I want to show the PropertyGrid Dialog as a GoControl. Will it be possible to display information in that Property Grid which is part of the GoView.
Thanks
Amit
Hi,
I want to show the PropertyGrid Dialog as a GoControl. Will it be possible to display information in that Property Grid which is part of the GoView.
Thanks
Amit
I think you can. Take a look at the RichTextBoxControl, which is a subclass of RichTextBox, implementing the IGoControl interface, in the RichText.cs class/file in the Demo1 sample.