| ObjectEditGuardEnterEdit Method |
Notification when user is about to edit given object at Options.
Namespace: CTExtensions.InterfacesAssembly: CTInterface (in CTInterface.dll)
Syntax public virtual bool EnterEdit(
bool bNewObject,
ctEditGuardObjectType objectType,
ICTObject poObject,
long lParentHWND
)
Public Overridable Function EnterEdit (
bNewObject As Boolean,
objectType As ctEditGuardObjectType,
poObject As ICTObject,
lParentHWND As Long
) As Boolean
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:
BooleanReturn false to prevent edit.
Availability See Also