Click or drag to resize

ObjectEditGuardGetExtControls2 Method

Provide controls that should embedded to edit dialog of the object. Not all types in ctEditGuardObjectType support this. Do NOT call base.GetExtControls2(..) when overriding! For backwards compatibiity, the base class calls GetExtControl(ctEditGuardObjectType, ICTObject, String, Int64).

Namespace: CTExtensions.Interfaces
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public virtual bool GetExtControls2(
	ctEditGuardObjectType objectType,
	ICTObject poObject,
	out List<Tuple<long, string>> aControls
)

Parameters

objectType  ctEditGuardObjectType
Type of the object
poObject  ICTObject
The object
aControls  ListTupleInt64, String
List of controls so that Item1 is the hWnd of the control and Item2 is the label.

Return Value

Boolean
Return true to indicate that you want to provide controls. False otherwise.
Revision History
DateVersionDescription
-2025 SP1First Release
See Also