Input for WinForms | ComponentOne
C1.Win.Localization Namespace / StringsManager Class / LocalizeElement Method / LocalizeElement(Type,Element,Type) Method

In This Topic
    LocalizeElement(Type,Element,Type) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Shared Sub LocalizeElement( _
       ByVal stringsType As Type, _
       ByVal element As Element, _
       ByVal type As Type _
    ) 
    public static void LocalizeElement( 
       Type stringsType,
       Element element,
       Type type
    )

    Parameters

    stringsType
    element
    type
    See Also