FontDialog.RunDialog(IntPtr) Methode

Definition

Gibt ein Dateidialogfeld an.

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

Parameter

hWndOwner
IntPtr

nativeint

Das Fensterhandle des Besitzerfensters für das Standarddialogfeld.

Gibt zurück

Boolean

true, wenn das Dialogfeld erfolgreich ausgeführt wurde, andernfalls false.

Hinweise

Die Methode wird aufgerufen, wenn der Benutzer eines Schriftartdialogfelds RunDialog die ShowDialog Methode aufruft.

Gilt für