Click or drag to resize

ObjectEditGuardEnterEdit Method

Notification when user is about to edit given object at Options.

Namespace: CTExtensions.Interfaces
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public virtual bool EnterEdit(
	bool bNewObject,
	ctEditGuardObjectType objectType,
	ICTObject poObject,
	long lParentHWND
)

Parameters

bNewObject  Boolean
True if the object is new instead of an existing one
objectType  ctEditGuardObjectType
Type of the object about to be edited
poObject  ICTObject
Object that's about to be edited
lParentHWND  Int64
Parent handle for showing dialogs

Return Value

Boolean
Return false to prevent edit.
Revision History
DateVersionDescription
-2020 SP0First Release
See Also