Apr 13, 2016

Dialog 예/아니요 버튼

if(Box::yesNo("Do you want something to happen?",
    DialogButton::Yes) == DialogButton::Yes)
{  
    Box::info('Yes');
}
    else
{
    Box::info('No');
}

No comments:

Post a Comment