ON RESIZE mot-clé

Exécute un SUB lorsqu'il y a un changement d'orientation de l'écran. Détectez l'orientation de l'écran avec _PORTRAIT ou _LANDSCAPE.

Syntaxe

ON RESIZE sub, limit

Paramètres

  • sub: sous-routine à exécuter (requis)
  • limit: nombre maximal d'exécutions, par défaut illimité

Exemple

ON RESIZE myFunction
ON RESIZE myFunction, 5

Retour à la liste des mots clés.