Box class

From Axaptapedia

(Redirected from Box)
Jump to: navigation, search

Box is a class used for showing an information- or confirmation box to the user.

[edit] Example

if (Box::yesNo("Is it safe to delete this?", DialogButton::No, "Delete inventory") == DialogButton::Yes)
{
   // Do delete code
}
Personal tools
Microsoft Community
Microsoft Dynamics Ax Community