Vertaling van "Show method" in Duits
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Use the Show method to make the specified balloon visible.
Mit der Show -Methode machen Sie die angegebene Sprechblase sichtbar.
Carries out a user's action right after the Show method is invoked.
Führt die Aktion eines Benutzers direkt nach dem Aufrufen der Show -Methode aus.
The Show method can then be used to make the form visible at the appropriate time in your application's execution.
Mit der Show-Methode kann dann das Formular zur gewünschten Zeit bei der Ausführung Ihrer Anwendung sichtbar gemacht werden.
The owner window used by the Show method is not available at this time.
Das von der Show-Methode verwendete Besitzerfenster ist zurzeit nicht verfügbar.
Use the Show method to display a dialog box and carry out actions or apply settings.
Verwenden Sie die Show -Methode, wenn Sie ein Dialogfeld anzeigen und Aktionen durchführen oder Einstellungen zuweisen möchten.
When you call the Show method, no more code executes until the user dismisses the file dialog box.
Wenn Sie die Show -Methode aufrufen, wird kein weiterer Code ausgeführt, bis der Benutzer das Dateidialogfeld geschlossen hat.
The following table shows the meaning of the values that the Show method returns.
In der folgenden Tabelle sind die Bedeutungen der von der Show -Methode zurückgegebenen Werte veranschaulicht.
You can copy the form to another project, and when you run the Show method to display the dialog box, the controls will be initialized.
So können Sie das Formular in ein anderes Projekt kopieren, und die Steuerelemente werden initialisiert, sobald Sie die Show -Methode aufrufen, um das Dialogfeld anzuzeigen.
A window that is opened by using the Show method does not have an implicit relationship with the window that created it; users can interact with either window independently of the other, which means that either window can do the following
Ein Fenster, das mit der Show -Methode geöffnet wird, verfügt nicht über eine implizite Beziehung zu dem Fenster, das es erstellt hat.
Any actions initiated or settings specified while a dialog box is displayed using this method aren't carried out. Use the Show method to display a dialog box and carry out actions or apply settings.
Aktionen oder Einstellungen, die während der Anzeige eines Dialogfeldes mit dieser Methode initiiert bzw. festgelegt wurden, werden nicht umgesetzt. Verwenden Sie die Show -Methode, wenn Sie ein Dialogfeld anzeigen und Aktionen durchführen oder Einstellungen zuweisen möchten.
The only useful thing you can do with a Dialog object is use it with the Show method to display the dialog corresponding dialog box.
Sie können ein Dialog -Objekt lediglich zusammen mit der Show -Methode verwenden, um das entsprechende Dialogfeld anzuzeigen.
Each Dialog object represents a built-in dialog box. You cannot create a new built-in dialog box or add one to the collection. The only useful thing you can do with a Dialog object is use it with the Show method to display the dialog corresponding dialog box.
Jedes Dialog -Objekt stellt ein integriertes Dialogfeld dar. Sie können kein neues integriertes Dialogfeld erstellen oder zur Auflistung hinzufügen. Sie können ein Dialog -Objekt lediglich zusammen mit der Show -Methode verwenden, um das entsprechende Dialogfeld anzuzeigen.
The example uses the return value from the Show method in a Select Case statement to determine the button clicked by the user.
Unter Verwendung des Rückgabewertes der Show -Methode in einer Select Case -Anweisung wird die Schaltfläche ermittelt, auf die der Benutzer geklickt hat.