Share via


UINavigationController.GetRequiredButtonLabel Method

Definition

Retrieves a label for a required UI navigation button.

public:
 virtual GameControllerButtonLabel GetRequiredButtonLabel(RequiredUINavigationButtons button) = GetRequiredButtonLabel;
GameControllerButtonLabel GetRequiredButtonLabel(RequiredUINavigationButtons const& button);
public GameControllerButtonLabel GetRequiredButtonLabel(RequiredUINavigationButtons button);
function getRequiredButtonLabel(button)
Public Function GetRequiredButtonLabel (button As RequiredUINavigationButtons) As GameControllerButtonLabel

Parameters

button
RequiredUINavigationButtons

Enumeration indicating the UI navigation button whose label to retrieve.

Returns

The label of the specified button.

Applies to

See also