SRName Enum
Specifies the names of string resources for this assembly.
public enum SRName
Fields
| Name | Description |
|---|---|
| ExNotSupportedReadOnlyCollection | An exception message string. |
| UICloseButtonToolTip | A user interface string typically used as the tooltip of a 'Close' button that does not have its own label (i.e., uses a glyph as the content). |
| UICommandCloseWindowText | A user interface string. |
| UICommandMaximizeWindowText | A user interface string. |
| UICommandMinimizeWindowText | A user interface string. |
| UICommandMoveWindowText | A user interface string. |
| UICommandRestoreWindowText | A user interface string. |
| UICommandSizeWindowText | A user interface string. |
| UIDialogButtonAbortText | A user interface string typically used by an 'Abort' dialog button and can include access key notation. |
| UIDialogButtonCancelText | A user interface string typically used by a 'Cancel' dialog button and can include access key notation. |
| UIDialogButtonCloseText | A user interface string typically used by a 'Close' dialog button and can include access key notation. |
| UIDialogButtonHelpText | A user interface string typically used by an 'Help' dialog button and can include access key notation. |
| UIDialogButtonIgnoreText | A user interface string typically used by an 'Ignore' dialog button and can include access key notation. |
| UIDialogButtonNoText | A user interface string typically used by a 'No' dialog button and can include access key notation. |
| UIDialogButtonOKText | A user interface string typically used by an 'OK' dialog button and can include access key notation. |
| UIDialogButtonRetryText | A user interface string typically used by a 'Retry' dialog button and can include access key notation. |
| UIDialogButtonYesText | A user interface string typically used by a 'Yes' dialog button and can include access key notation. |
| UIDialogTitleErrorText | A user interface string typically used as the title for dialog displaying content with an error. |
| UIDialogTitleIndeterminateText | A user interface string typically used as the title for dialog displaying content without a determined intent. |
| UIDialogTitleInformationText | A user interface string typically used as the title for dialog displaying content with general information. |
| UIDialogTitleQuestionText | A user interface string typically used as the title for dialog displaying content with a question. |
| UIDialogTitleWarningText | A user interface string typically used as the title for dialog displaying content with a warning. |
| UIExceptionPromptCopyElementText | The primary text (i.e., label) of the element on an exception prompt that copies exception details to the clipboard. |
| UIExceptionPromptDetailsLabelText | The primary text of the label on an exception property that is attached to the exception details. |
| UIExceptionPromptToggleDetailsCollapsedText | The text displayed on the expander of an exception prompt when the details are collapsed. |
| UIExceptionPromptToggleDetailsExpandedText | The text displayed on the expander of an exception prompt when the details are expanded. |
| UIMaximizeButtonToolTip | A user interface string typically used as the tooltip of a 'Maximize' button that does not have its own label (i.e., uses a glyph as the content). |
| UIMinimizeButtonToolTip | A user interface string typically used as the tooltip of a 'Minimize' button that does not have its own label (i.e., uses a glyph as the content). |
| UIMoveButtonToolTip | A user interface string typically used as the tooltip of a 'Move' button that does not have its own label (i.e., uses a glyph as the content). |
| UIRestoreButtonToolTip | A user interface string typically used as the tooltip of a 'Restore' button that does not have its own label (i.e., uses a glyph as the content). |
| UISizeButtonToolTip | A user interface string typically used as the tooltip of a 'Size' button that does not have its own label (i.e., uses a glyph as the content). |
| UIToggleSwitchIndeterminateText | The default text displayed for IndeterminateContent. |
| UIToggleSwitchOffText | The default text displayed for OffContent. |
| UIToggleSwitchOnText | The default text displayed for OnContent. |