Group: StrataFrame Developers
Posts: 6.6K,
Visits: 7K
|
You can't control the order of how the form designer serializes the items in the partial class. This is why we created the IInitOnFormLoad interface. You can implement this interface and then control the loading order through the ParentFormLoading event. You can see an example of this and how to implement it on the BusinessLayer or ComboBox in the source code. There are a number of other controls that implement this as well, but the combo would probably be an easy one to look at to get an idea of how to implement the interface.
|