code property

int code

The internal resource id used by Windows.

Implementation

int get code {
  switch (this) {
    case WinIcon.application:
      return 32512;
    case WinIcon.error:
      return 32513;
    case WinIcon.question:
      return 32514;
    case WinIcon.warning:
      return 32515;
    case WinIcon.information:
      return 32516;
    case WinIcon.shield:
      return 32518;
  }
}