UINavigationController.GetOptionalButtonLabel Method

Definition

Retrieves a label for an optional UI navigation button.

public:
 virtual GameControllerButtonLabel GetOptionalButtonLabel(OptionalUINavigationButtons button) = GetOptionalButtonLabel;
GameControllerButtonLabel GetOptionalButtonLabel(OptionalUINavigationButtons const& button);
public GameControllerButtonLabel GetOptionalButtonLabel(OptionalUINavigationButtons button);
function getOptionalButtonLabel(button)
Public Function GetOptionalButtonLabel (button As OptionalUINavigationButtons) As GameControllerButtonLabel

Parameters

button
OptionalUINavigationButtons

Enumeration indicating the UI navigation button whose label to retrieve.

Returns

The label of the specified button.

Applies to

See also