'Declaration Public Function New( _
ByVal parentFormInvokerThe parent form invoker.As System.ComponentModel.ISynchronizeInvoke, _
ByVal parentFormHandleHandle of parent form.As IntPtr, _
ByVal countryThe country.As CountryCode, _
ByVal languageThe language.As LanguageType _
)
public DeviceManager(
System.ComponentModel.ISynchronizeInvoke parentFormInvoker,
IntPtr parentFormHandle,
CountryCode country,
LanguageType language
)
public: DeviceManager(
System.ComponentModel.ISynchronizeInvoke* parentFormInvoker,
IntPtr parentFormHandle,
CountryCode country,
LanguageType language
)
public:
DeviceManager(
System.ComponentModel.ISynchronizeInvoke^ parentFormInvoker,
IntPtr parentFormHandle,
CountryCode country,
LanguageType language
)
Parameters
- parentFormInvoker
- The parent form invoker.
- parentFormHandle
- Handle of parent form.
- country
- The country.
- language
- The language.