Header menu logo fable-electron-docs-api

ShowMessageBox Type

Constructors

Constructor Description

ShowMessageBox(response, checkboxChecked)

Full Usage: ShowMessageBox(response, checkboxChecked)

Parameters:
    response : float - The index of the clicked button.
    checkboxChecked : bool - The checked state of the checkbox if checkboxLabel was set. Otherwise false.

Returns: ShowMessageBox
response : float

The index of the clicked button.

checkboxChecked : bool

The checked state of the checkbox if checkboxLabel was set. Otherwise false.

Returns: ShowMessageBox

Instance members

Instance member Description

this.checkboxChecked

Full Usage: this.checkboxChecked

The checked state of the checkbox if checkboxLabel was set. Otherwise false.

this.response

Full Usage: this.response

The index of the clicked button.

Type something to start searching.