DialogButton.SetTitle(String) Method

Definition

Setter method to set the text at the top of the Dialog.

public:
 void SetTitle(System::String ^ title);
public void SetTitle (string title);
member this.SetTitle : string -> unit
Public Sub SetTitle (title As String)

Parameters

title
String

Title of the button

Applies to