Gets or sets the overridden text of the back button.
Namespace: System.Extensions.Windows.FormsAssembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)
Syntax
C# |
---|
public string BackButtonText { get; set; } |
Visual Basic |
---|
Public Property BackButtonText As String Get Set |
Visual C++ |
---|
public: property String^ BackButtonText { String^ get (); void set (String^ value); } |
F# |
---|
member BackButtonText : string with get, set |