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