Adds a resource value for the given key.
Syntax
'Declaration
Public Sub AddResourceValue( _
ByVal As String, _
ByVal As String _
)
public void AddResourceValue(
string ,
string
)
Parameters
- key
- The resource key, based on the template: [control name].[property name].
- value
- The resource value string.
See Also