Click or drag to resize

FormMode Enumeration

A choice of form modes. AsDesigned will use the mode specified in the form design. Modal or NonModal will override it.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax
Public Enumeration FormMode
Members
  Member nameValueDescription
AsDesigned0 Use the mode (either Modal or NonModal) that is associated with the form.
Modal1 When the form is shown, disable other UI.
NonModal2 When the form is shown, enable other UI as well.
Remarks
See Also