Group: StrataFrame Developers
Posts: 6.6K,
Visits: 7K
|
We always use the EditingStateChanged and Navigated events to modify the toolstrip. However, when the form loads, these events may not be called, so we just force the toolstrip to evaluate the BO by looking at the Count property and then adjust itself. Regardless of which event or if we manually refresh, it all goes through the same method to properly set the toolstrip.
|