Defines the mode of the AddEditLoop window.
Declaration Syntax
C# | Visual Basic |
public enum AddEditLoopWindowMode
Public Enumeration AddEditLoopWindowMode
Members
Member | Description |
---|---|
Add |
The window is in "Add" mode.
|
Edit |
The window is in "Edit" mode.
|