DetachPopupEditor Method (ObjectEditor)
In This Topic
Detaches the events from the editor.
Syntax
'Declaration
Public Overrides Sub DetachPopupEditor( _
ByVal As Grid _
)
public override void DetachPopupEditor(
Grid
)
Parameters
- editor
- The window editor to be detached.
See Also