DocumentFindByCaption Method |
Finds an Component by its caption.
Namespace: Easymap.AddInAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic LTComponent FindByCaption(
string caption
)
Public Function FindByCaption (
caption As String
) As LTComponent
Parameters
- caption String
- Caption (as shown in the UI) of the component.
Return Value
LTComponentThe found component.
See Also