FontDialog.RunDialog(IntPtr) Méthode

Définition

Spécifie une boîte de dialogue Fichier.

protected:
 override bool RunDialog(IntPtr hWndOwner);
protected override bool RunDialog (IntPtr hWndOwner);
override this.RunDialog : nativeint -> bool
Protected Overrides Function RunDialog (hWndOwner As IntPtr) As Boolean

Paramètres

hWndOwner
IntPtr

nativeint

Handle de fenêtre de la fenêtre propriétaire pour la boîte de dialogue commune.

Retours

true si la boîte de dialogue a été correctement exécutée ; sinon, false.

Remarques

La RunDialog méthode est appelée lorsque l’utilisateur d’une boîte de dialogue de police appelle la ShowDialog méthode .

S’applique à