Miner.Interop.FrameworkUI Assembly > Miner.Interop Namespace : IMMCustomFieldEditor Interface |
For a list of all members of this type, see IMMCustomFieldEditor members.
Name | Description | |
---|---|---|
![]() | ActivateEditor | This method is called to set up the editor. The developer can initialize the internal values, set up any forms, etc. |
![]() | Commit | This method provides an opportunity to save the values in the editor. |
![]() | DeactivateEditor | This method provides an opportunity to release member variables, unload forms, and other "clean-up" tasks |
![]() | InitEditor | This method initializes the editor when it is invoked (when the field is selected for editing). It provides a place to initialize variables for the field editor. |
![]() | Refresh | This method can be used to re-load the values in the editor. |