Group: StrataFrame Developers
Posts: 6.6K,
Visits: 7K
|
No. If you are using the MaintenanceFormToolstrip, they will not automatically change states. If you look at the StrataFlix sample, you can see that in this case they do automatically show up (Save and Undo) but the MaintenanceFormToolstrip is not used. So in this case, you will have to manualy set the states by handling the IsDirtyChanged event of the BO if you are going to take this route.
|