Share via


_Application.Resize(Int32, Int32) Méthode

Définition

Dimensionne la fenêtre d’application Microsoft Word ou la fenêtre de tâche spécifiée.

public:
 void Resize(int Width, int Height);
public void Resize (int Width, int Height);
abstract member Resize : int * int -> unit
Public Sub Resize (Width As Integer, Height As Integer)

Paramètres

Width
Int32

Argument de type Integer obligatoire. Largeur de la fenêtre, en points.

Height
Int32

Argument de type Integer obligatoire. Hauteur de la fenêtre, en points.

Remarques

Utilisez la Width propriété ou Height pour définir la largeur et la hauteur de la fenêtre indépendamment.

Si la fenêtre est agrandie ou réduite, une erreur se produit.

S’applique à