Unicode Controls & Classes for VB6 - Version 4
clsMultiLngsupport
.ApplyToCtrl Method
Applies the translation to the specified control
Syntax
Public Sub ApplyToCtrl (ByRef
oCtl
As Object, _
ByRef
sCaption
As String, _
Optional ByRef
sTip
As String = "")
Parameters
Parameter
Description
ByRef
oCtl
As Object
The control to translate
ByRef
sCaption
As String
The translated Caption
Optional ByRef
sTip
As String = ""
The translated Tip
Remarks