WindowlessComponentCanInsertInto Method |
Asks the WindowlessComponent if it could be inserted into the specified container
Namespace: Easymap.AddIn.CommonAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic bool CanInsertInto(
WindowlessComponent container
)
Public Function CanInsertInto (
container As WindowlessComponent
) As Boolean
Parameters
- container WindowlessComponent
Return Value
Boolean
See Also