LTComponentCollectionFindByCaptionLocal Method |
Find a Component by its Caption (non recursive)
Namespace: Easymap.AddIn.CommonAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic LTComponent FindByCaptionLocal(
string caption
)
Public Function FindByCaptionLocal (
caption As String
) As LTComponent
Parameters
- caption String
-
Return Value
LTComponent
See Also