TaskDialogButtonCollection.Add(String, Boolean, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates and adds a TaskDialogButton to the collection.
public System.Windows.Forms.TaskDialogButton Add (string? text, bool enabled = true, bool allowCloseDialog = true);
override this.Add : string * bool * bool -> System.Windows.Forms.TaskDialogButton
Public Function Add (text As String, Optional enabled As Boolean = true, Optional allowCloseDialog As Boolean = true) As TaskDialogButton
Parameters
- text
- String
The text of the custom button.
- enabled
- Boolean
A value indicating whether the button can respond to user interaction.
- allowCloseDialog
- Boolean
A value that indicates whether the task dialog should close when this button is clicked.
Returns
The created TaskDialogButton.
Exceptions
This collection is currently bound to a task dialog.
Applies to
Col·laboreu amb nosaltres a GitHub
La font d'aquest contingut es pot trobar al GitHub, on també podeu crear i revisar problemes i sol·licituds d'extracció. Per obtenir més informació, consulteu la nostra guia per a col·laboradors.