Reputation: 1581
how to remove the only Button close (default button) in the Form , in Dynamics AX-2012?
This button is located on the lower right , named "Close"
But I don't want to remove all others informations in StatusBar.
Thanks, enjoy!
Upvotes: 1
Views: 1652
Reputation: 1254
The "Close" button is part of a status bar on a form.
Change StatusBarStyle
property of the form Design to SimpleWithoutClose
value.
Update:
It seems like there is no option to remove the "Close" button without leaving all other parts of "Full" status bar style.
Upvotes: 3