ClearCanvas.Desktop.View.WinForms.WorkspaceDialogBoxView.SetTitle C# (CSharp) Method

SetTitle() public method

Sets the title of the dialog box.
public SetTitle ( string title ) : void
title string
return void
		public override void SetTitle(string title)
		{
			_form.Text = title;
		}