In This Article

SRName Enum

Specifies the names of string resources for this assembly.

public enum SRName

Fields

Name Description
UIButtonAbortText

The primary text (i.e., label) of an Abort button.

UIButtonCancelText

The primary text (i.e., label) of a Cancel button.

UIButtonCloseDisplayName

The alternate display name (i.e., tooltip) of a Close button.

UIButtonCloseText

The primary text (i.e., label) of a Close button.

UIButtonHelpText

The primary text (i.e., label) of a Help button.

UIButtonIgnoreText

The primary text (i.e., label) of an Ignore button.

UIButtonNoText

The primary text (i.e., label) of a No button.

UIButtonOKText

The primary text (i.e., label) of an OK button.

UIButtonRetryText

The primary text (i.e., label) of a Retry button.

UIButtonYesText

The primary text (i.e., label) of a Yes button.

UICaptionButtonCloseText

The primary text (i.e., tooltip) of a Close caption button in a title bar.

UICaptionButtonEnterFullScreenText

The primary text (i.e., tooltip) of a Enter Full Screen caption button in a title bar.

UICaptionButtonExitFullScreenText

The primary text (i.e., tooltip) of a Exit Full Screen caption button in a title bar.

UICaptionButtonMaximizeText

The primary text (i.e., tooltip) of a Maximize caption button in a title bar.

UICaptionButtonMinimizeText

The primary text (i.e., tooltip) of a Minimize caption button in a title bar.

UICaptionButtonRestoreText

The primary text (i.e., tooltip) of a Restore caption button in a title bar.

UICopyButtonFailureText

The text displayed as popup feedback on a failed copy operation for the CopyButton control.

UICopyButtonSuccessText

The text displayed as popup feedback on a successful copy operation for the CopyButton control.

UIDatePickerDayText

The primary text (i.e., placeholder text) of the Day part of a date picker.

UIDatePickerMonthText

The primary text (i.e., placeholder text) of the Month part of a date picker.

UIDatePickerYearText

The primary text (i.e., placeholder text) of the Year part of a date picker.

UIDialogTitleErrorText

The title of a dialog displaying an error message.

UIDialogTitleIndeterminateText

The title of a dialog displaying an indeterminate message.

UIDialogTitleInformationText

The title of a dialog displaying an informational message.

UIDialogTitleQuestionText

The title of a dialog displaying a question.

UIDialogTitleWarningText

The title of a dialog displaying a warning message.

UIFileChooserButtonMoveUpText

The primary text (i.e., tooltip) of a Move Up button on a file chooser.

UIFileChooserButtonRefreshText

The primary text (i.e., tooltip) of a Refresh button on a file chooser.

UIFileChooserCheckBoxShowHiddenFilesText

The primary text (i.e., label) of a Show Hidden Files checkbox on a file chooser.

UIFileChooserColumnHeaderDateModifiedText

The header text of the Date Modified column on a file chooser.

UIFileChooserColumnHeaderNameText

The header text of the Name column on a file chooser.

UIFileChooserColumnHeaderSizeText

The header text of the Size column on a file chooser.

UIFileChooserColumnHeaderTypeText

The header text of the Type column on a file chooser.

UIFileChooserOverwritePromptFileAlreadyExistsText

The primary text displayed on the file chooser overwrite prompt to confirm ovewriting a file that already exists (where {0} is a placeholder for the file name).

UIFileChooserTextBoxFileNameText

The primary text (i.e., label) of a File Name textbox on a file chooser.

UIMenuItemCopyText

The primary text (i.e., header) of a Copy menu item.

UIMenuItemCutText

The primary text (i.e., header) of a Cut menu item.

UIMenuItemPasteText

The primary text (i.e., header) of a Paste menu item.

UITextBoxButtonHidePasswordText

The primary text (i.e., tooltip) of a Hide Password button for a textbox.

UITextBoxButtonShowPasswordText

The primary text (i.e., tooltip) of a Show Password button for a textbox.

UITimePickerHourText

The primary text (i.e., placeholder text) of the Hour part of a time picker.

UITimePickerMinuteText

The primary text (i.e., placeholder text) of the Minute part of a time picker.

UITimePickerSecondText

The primary text (i.e., placeholder text) of the Second part of a time picker.