set_subtitle


Description:

public void set_subtitle (string? subtitle)

Sets the subtitle displayed by this to subtitle; if subtitle is null no subtitle will be displayed by the this.

This is just a convenience function around set_subtitle when dialogs use header bars. Otherwise a simple label and separator are shown at the top of dialog.

Parameters:

this

a TitledDialog.

subtitle

the new subtitle for the this, or null.