NavigationPage.GetBackButtonAccessibilityLabel(BindableObject) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the accessibility label for the back button of the specified page.
public:
static System::String ^ GetBackButtonAccessibilityLabel(Microsoft::Maui::Controls::BindableObject ^ page);
public static string GetBackButtonAccessibilityLabel(Microsoft.Maui.Controls.BindableObject page);
static member GetBackButtonAccessibilityLabel : Microsoft.Maui.Controls.BindableObject -> string
Public Shared Function GetBackButtonAccessibilityLabel (page As BindableObject) As String
Parameters
- page
- BindableObject
The Page whose back-button's accessibility label is being requested.
Returns
The accessibility label read by screen readers for the back button, or null if not set.