Type represent loading modes
Namespace:
Greatis.FormDesignerAssembly: Greatis.FormDesigner.Interop (in Greatis.FormDesigner.Interop.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Enumeration LoadModes |
C# |
---|
public enum LoadModes |
Visual C++ |
---|
public enum class LoadModes |
JavaScript |
---|
Greatis.FormDesigner.LoadModes = function(); Greatis.FormDesigner.LoadModes.createEnum('Greatis.FormDesigner.LoadModes', false); |
Members
Member name | Description | |
---|---|---|
Default |
Default behaviour of the loader
| |
Duplicate |
Create new control independently from existing one.
| |
EraseForm |
Erase form before loading controls
| |
ModifyExisting |
Only modifying properties of the existing controls
|