Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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