Click or drag to resize

ObjectEditGuardGetExtControlsForCore Method

Internal use only. Calls GetExtControls2(ctEditGuardObjectType, ICTObject, ListTupleInt64, String) to obtain controls and then marshalls them for the core to arrange.

Namespace: CTExtensions.Interfaces
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public bool GetExtControlsForCore(
	ctEditGuardObjectType objectType,
	ICTObject poObject,
	ref Array aControls
)

Parameters

objectType  ctEditGuardObjectType
Type of the object
poObject  ICTObject
The object
aControls  Array
List of the controls in CTWndData array.

Return Value

Boolean
true if there are any controls
Revision History
DateVersionDescription
-2025 SP1First Release
See Also