SetCaption |
Scroll |
Sets the caption of the field for the specified language.
Namespace: Therefore.API
Visual Basic Public Overridable Function SetCaption ( _ nlcid As Integer, _ strCaption As String _ ) C# public virtual void SetCaption ( int nlcid, string strCaption )
Parameters nlcid The LCID determining the translation for which to set the caption.
strCaption The caption string for the specified language.
Return Value None. |