- if (style & wxICON_EXCLAMATION)
- AlertID=AlertID+0; // Warning
- else if (style & wxICON_HAND)
- AlertID=AlertID+1; // Error
- else if (style & wxICON_INFORMATION)
- AlertID=AlertID+2; // Information
- else if (style & wxICON_QUESTION)
- AlertID=AlertID+3; // Confirmation