enum CCL::Alert::CustomResult
Overview
Results for customized buttons. More…
#include <ialert.h> enum CustomResult { kFirstButton, kSecondButton, kThirdButton, kLastButton = kThirdButton, kEscapePressed, };
Detailed Documentation
Results for customized buttons.
Enum Values
kFirstButton
first button
kSecondButton
second button
kThirdButton
third button
kEscapePressed
user pressed escape/close (none of the three buttons)