GetText |
Scroll |
Returns the checklist item text in the specified language.
Namespace: Therefore.API
Visual Basic Public Overridable Function GetText ( _ nlcid As Integer _ ) As String C# public virtual String GetText ( int nlcid ) Parametersnlcid The LCID for the text to be returned. Return ValueThe text in the specified language. |