Skip to content

P_DataTools_MessageBoxEx_ResourceTextConfig_Item

Nathan Moschkin edited this page Aug 22, 2020 · 2 revisions

ResourceTextConfig.Item Property

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.

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

Syntax

C#

public string this[
	MessageBoxExResult index
] { get; set; }

VB

Public Default Property Item ( 
	index As MessageBoxExResult
) As String
	Get
	Set

Parameters

 

index
Type: DataTools.MessageBoxEx.MessageBoxExResult
MessageBoxExResult enumeration value

Return Value

Type: String
A string representing a resource key

See Also

Reference

ResourceTextConfig Class
DataTools.MessageBoxEx Namespace

Clone this wiki locally