Click or drag to resize
ObjectEditGuardGetExtControl Method
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)
Syntax
public virtual bool GetExtControl(
	ctEditGuardObjectType objectType,
	ICTObject poObject,
	out string pControlName,
	out long plControlHWND
)

Parameters

objectType
Type: ctEditGuardObjectType
Type of the object
poObject
Type: ICTObject
The object
pControlName
Type: SystemString
Label of your control
plControlHWND
Type: SystemInt64
Handle of your control

Return Value

Type: Boolean
Return true to indicate that you want to provive a control. False otherwise.
Availability

CUSTOMTOOLS 2020 SP0


See Also