MessageDialog.setDetailMessage

Set the detail message. The message detail will be presented beneath the main message and, where supported by the OS, in a less emphasized font than the main message.

class MessageDialog
setDetailMessage
(
this T
)
(
string message
)

Parameters

message string

The detail message.

Return Value

Type: auto

This dialog to aid method chaining.

Meta