ProgressDialogController.

SetTitle(string) Method

Summary

Sets the dialog's title.

Syntax

public void SetTitle(string title)

Parameters

Name Type Description
title string The title to be set.

Return Value

Type Description
void