G
Gavriloaie Andrei
Hi,
Is there any method to add some new buttons ont the property grid
toolbar?
I've try to add a button using the following code but doesn't work. I
get an exception.
((ToolBar)this.propertyGrid1.Controls[0]).Buttons.Add(new
ToolBarButton("sample"));
The first element in the `Controls` collection is the toolbar.
The button is there, but when I press it, I get a error message
Is there any method to add some new buttons ont the property grid
toolbar?
I've try to add a button using the following code but doesn't work. I
get an exception.
((ToolBar)this.propertyGrid1.Controls[0]).Buttons.Add(new
ToolBarButton("sample"));
The first element in the `Controls` collection is the toolbar.
The button is there, but when I press it, I get a error message