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