Gets or sets a value indicating whether the back button is visible.

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

Syntax

C#
public bool ShowBackButton { get; set; }
Visual Basic
Public Property ShowBackButton As Boolean
	Get
	Set
Visual C++
public:
property bool ShowBackButton {
	bool get ();
	void set (bool value);
}
F#
member ShowBackButton : bool with get, set

Property Value

Type: Boolean

See Also