Gets or sets the overridden text of the finish button.

Namespace: System.Extensions.Windows.Forms
Assembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)

Syntax

C#
public string FinishButtonText { get; set; }
Visual Basic
Public Property FinishButtonText As String
	Get
	Set
Visual C++
public:
property String^ FinishButtonText {
	String^ get ();
	void set (String^ value);
}
F#
member FinishButtonText : string with get, set

Property Value

Type: String

See Also