ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Win.Localization Namespace / StringsManager Class / LocalizeControl Method / LocalizeControl(Type,Control,Type) Method

In This Topic
    LocalizeControl(Type,Control,Type) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Sub LocalizeControl( _
       ByVal stringsType As System.Type, _
       ByVal control As System.Windows.Forms.Control, _
       ByVal type As System.Type _
    ) 
    public static void LocalizeControl( 
       System.Type stringsType,
       System.Windows.Forms.Control control,
       System.Type type
    )

    Parameters

    stringsType
    control
    type
    See Also