  | CTObjectDataHandlerE, O, SEnterEdit Method | 
            Occurs when user attempts to edit Owned CT Core object at Options.
            If you prevent access by returning false, you should also display a message for user.
            
Namespace: CTExtensions.ExportCore.CTObjectDataAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic virtual bool EnterEdit(
	S settings,
	long lParentHWND
)
Public Overridable Function EnterEdit ( 
	settings As S,
	lParentHWND As Long
) As Boolean
Parameters
- settings  S
 - Settings object
 - lParentHWND  Int64
 - Parent window handle (can also be 0).
 
Return Value
BooleanReturn false to prevent access to edit, true to allow access.
Implements
ICTObjectOwnerE, O, SEnterEdit(S, Int64)
See Also