LocHelper.ConvertToLocalizedFormControl Method (Control)
Converts the specifified form to a localized form.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public static void ConvertToLocalizedFormControl(
Control targetControl
)
public:
static void ConvertToLocalizedFormControl(
Control^ targetControl
)
Public Shared Sub ConvertToLocalizedFormControl (
targetControl As Control
)
Parameters
targetControl
Type: System.Windows.Forms.ControlThe control to convert.
See Also
LocHelper Class
Microsoft.WindowsServerSolutions.Common Namespace
Return to top