Provides messagebox element strings in the current system language.
Inheritance Hierarchy
DW.WPFToolkit.ControlsMessageBoxStrings
Namespace: DW.WPFToolkit.Controls
Assembly: DW.WPFToolkit (in DW.WPFToolkit.dll) Version: 5.6.0.0
Syntax
C#
public class MessageBoxStrings
The MessageBoxStrings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | MessageBoxStrings | Initializes a new instance of the MessageBoxStrings class |
Properties
Name | Description | |
---|---|---|
![]() | Abort |
Gets or sets the translation for 'Abort'.
|
![]() | Cancel |
Gets or sets the translation for 'Cancel'.
|
![]() | CloseDetails |
Gets or sets the translation for 'Close Details'.
|
![]() | Continue |
Gets or sets the translation for 'Continue'.
|
![]() | DoNotShowAgain |
Gets or sets the translation for 'Do Not Show Again'.
|
![]() | Help |
Gets or sets the translation for 'Help'.
|
![]() | Ignore |
Gets or sets the translation for 'Ignore'.
|
![]() | No |
Gets or sets the translation for 'No'.
|
![]() | NoToAll |
Gets or sets the translation for 'No To All'.
|
![]() | OK |
Gets or sets the translation for 'OK'.
|
![]() | OpenDetails |
Gets or sets the translation for 'Open Details'.
|
![]() | Retry |
Gets or sets the translation for 'Retry'.
|
![]() | TryAgain |
Gets or sets the translation for 'Try Again'.
|
![]() | Yes |
Gets or sets the translation for 'Yes'.
|
![]() | YesToAll |
Gets or sets the translation for 'Yes To All'.
|
See Also