Skip to content

T_DataTools_MessageBoxEx_ResourceTextConfig

nmoschkin edited this page Aug 22, 2020 · 3 revisions

ResourceTextConfig Class

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.

Inheritance Hierarchy

System.Object
  DataTools.MessageBoxEx.ResourceTextConfig
Namespace: DataTools.MessageBoxEx
Assembly: MessageBoxEx (in MessageBoxEx.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public class ResourceTextConfig

VB

Public Class ResourceTextConfig

The ResourceTextConfig type exposes the following members.

Constructors

 

Name Description
Public method ResourceTextConfig Create a new instance of ResourceTextConfig
  Back to Top

Properties

 

Name Description
Public property CultureInfo Gets or sets the CultureInfo associated with this instance.
Public property 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.
Public property ResourceId Gets the current Resource identifier string.
  Back to Top

Methods

 

Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetText Gets the localized resource text for the specified index.
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
  Back to Top

See Also

Reference

DataTools.MessageBoxEx Namespace

Clone this wiki locally