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: 29.0
Syntax
VB
Public Enumeration FormMode
C#
public enum FormMode
Members
Member name | Value | Description | |
---|---|---|---|
AsDesigned | 0 | Use the mode (either Modal or NonModal) that is associated with the form. | |
Modal | 1 | When the form is shown, disable other UI. | |
NonModal | 2 | When the form is shown, enable other UI as well. |