Group: StrataFrame Users
Posts: 81,
Visits: 270
|
We are developing our own UI type editor. The values set in the type editor are written on the resource files (.resx).
The object type on own type editor is dictionary<string,object>,
How can I set the property of a control in the Type Editor at design time (.designer.cs)?
Similar to your approach for StrataFrame.
|