Share

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: 29.0

Syntax

VB

Public Enumeration FormMode

C#

public enum 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

Reference

Was this information helpful?