OlWindowState Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Indique l'état de la fenêtre.
public enum class OlWindowState
public enum OlWindowState
Public Enum OlWindowState
- Héritage
-
OlWindowState
Champs
olMaximized | 0 | La fenêtre est agrandie. |
olMinimized | 1 | La fenêtre est réduite. |
olNormalWindow | 2 | La fenêtre est dans son état normal (ni réduite, ni agrandie). |
Remarques
Utilisé par la propriété WindowState des objets Inspector et Explorer.