Infragistics(R) NetAdvantage(R) : Silverlight 2011.2
UnregisterResources Method
See Also  E-mail your feedback on this topic.
Infragistics.Controls.Editors Namespace > ValueInput Class : UnregisterResources Method

name
The name of the embedded resx file that was used for registration.
Removes a previously registered resx file.

Syntax

Visual Basic (Declaration) 
Public Shared Sub UnregisterResources( _
   ByVal name As String _
) 
C# 
public static void UnregisterResources( 
   string name
)

Parameters

name
The name of the embedded resx file that was used for registration.

Remarks

Note: this won't have any effect on controls that are already in view and are already displaying strings. It will only affect any new controls created.

See Also