UINavigationController.GetOptionalButtonLabel 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.
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.