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: 11.2.0.0
Syntax
public bool CanInsertInto(
	WindowlessComponent container
)

Parameters

container
Type: Easymap.AddIn.CommonWindowlessComponent

Return Value

Type: Boolean
See Also