MessageDialogGidBuilderImpl.defaultResponse

Set defaultResponse property.

class MessageDialogGidBuilderImpl(T)
T
defaultResponse
(
string propval
)

Parameters

propval string

The response ID of the default response.

If set, pressing <kbd>Enter</kbd> will activate the corresponding button.

If set to NULL or a non-existent response ID, pressing <kbd>Enter</kbd> will do nothing.

Return Value

Type: T

Builder instance for fluent chaining