-
Couldn't load subscription status.
- Fork 2
T_DataTools_MessageBoxEx_ResourceTextConfig
nmoschkin edited this page Aug 22, 2020
·
3 revisions
Class to customize the localization of system message box types. This class is indexed by MessageBoxExResult values mapped to resource keys. See the Indexer help page for more information.
System.Object
DataTools.MessageBoxEx.ResourceTextConfig
Namespace: DataTools.MessageBoxEx
Assembly: MessageBoxEx (in MessageBoxEx.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public class ResourceTextConfigVB
Public Class ResourceTextConfigThe ResourceTextConfig type exposes the following members.
| Name | Description | |
|---|---|---|
![]() |
ResourceTextConfig | Create a new instance of ResourceTextConfig |
| Name | Description | |
|---|---|---|
![]() |
CultureInfo | Gets or sets the CultureInfo associated with this instance. |
![]() |
Item | Gets or sets the resource key to use for the specified index. For localization, each member of MessageBoxExResult has a default resource key associated with it. Use this indexer to set a different value. |
![]() |
ResourceId | Gets the current Resource identifier string. |
| Name | Description | |
|---|---|---|
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() |
GetText | Gets the localized resource text for the specified index. |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |


