Click or drag to resize

WindowlessComponentCanInsertInto Method

Asks the WindowlessComponent if it could be inserted into the specified container

Namespace:  Easymap.AddIn.Common
Assembly:  EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax
public bool CanInsertInto(
	WindowlessComponent container
)

Parameters

container
Type: Easymap.AddIn.CommonWindowlessComponent

Return Value

Type: Boolean
See Also