Class Hierarchy
CAdUiBaseDialog CAdUiDialog CAcFdUiFieldOptionDialog
C++
class CAcFdUiFieldOptionDialog : public CAdUiDialog;
File
AcFdUiFieldOptionDialog.h
Description
This class provides the interface to implement the field option dialog displayed as an embedded dialog in the field dialog. The dialog hooks display their own controls for the selected field by putting those controls in a dialog and deriving from this class to implement the dialog class. The field dialog queries for this dialog pointer using CAcFdUiFieldDialogHook::GetOptionDialog().