Click or drag to resize

ObjectEditGuardGetExtControl Method

Note: This API is now obsolete.

DEPRECATED. Use GetExtControls2(ctEditGuardObjectType, ICTObject, ListTupleInt64, String) instead. Provide a control that should embedded to edit dialog of the object. Not all types in ctEditGuardObjectType support this.

Namespace: CTExtensions.Interfaces
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
[ObsoleteAttribute("GetExtControl is deprecated, please use GetExtControls2 instead.")]
public virtual bool GetExtControl(
	ctEditGuardObjectType objectType,
	ICTObject poObject,
	out string pControlName,
	out long plControlHWND
)

Parameters

objectType  ctEditGuardObjectType
Type of the object
poObject  ICTObject
The object
pControlName  String
Label of your control
plControlHWND  Int64
Handle of your control

Return Value

Boolean
Return true to indicate that you want to provive a control. False otherwise.
Revision History
DateVersionDescription
-2020 SP0First Release
See Also