FlexGrid for WinForms
GetLocalizedStringEventArgs Constructor



Value to be localized.
Name of the component being localized.
Parent of the component being localized.
Component being localized.
Initializes a new instance of a GetLocalizedStringEventArgs.
Syntax
'Declaration
 
Public Function New( _
   ByVal value As String, _
   ByVal componentName As String, _
   ByVal parent As Control, _
   ByVal component As Component _
)
'Usage
 
Dim value As String
Dim componentName As String
Dim parent As Control
Dim component As Component
 
Dim instance As New GetLocalizedStringEventArgs(value, componentName, parent, component)
public GetLocalizedStringEventArgs( 
   string value,
   string componentName,
   Control parent,
   Component component
)
public:
GetLocalizedStringEventArgs( 
   String^ value,
   String^ componentName,
   Control^ parent,
   Component^ component
)

Parameters

value
Value to be localized.
componentName
Name of the component being localized.
parent
Parent of the component being localized.
component
Component being localized.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GetLocalizedStringEventArgs Class
GetLocalizedStringEventArgs Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback