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)
Syntax
public virtual bool EnterEdit(
	bool bNewObject,
	ctEditGuardObjectType objectType,
	ICTObject poObject,
	long lParentHWND
)

Parameters

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

Return Value

Type: Boolean
Return false to prevent edit.
Availability

CUSTOMTOOLS 2020 SP0


See Also