Box with Yes/No alternativ

A simple way to query a user for a decision.


if(box::yesNo("Do you want to do this?",dialogbutton::Yes) == dialogbutton::Yes)
{
//run som code here
}

Comments

Popular posts from this blog

How to disable auto enabled flight key using KillSwitch

Technical intro to Feature management in D365FO

Continuous integration and deployment Power platform FinOps tweaking