Type represent storing modes
Namespace:
Greatis.FormDesignerAssembly: Greatis.FormDesigner.Interop (in Greatis.FormDesigner.Interop.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Enumeration StoreModes |
C# |
---|
public enum StoreModes |
Visual C++ |
---|
public enum class StoreModes |
JavaScript |
---|
Greatis.FormDesigner.StoreModes = function(); Greatis.FormDesigner.StoreModes.createEnum('Greatis.FormDesigner.StoreModes', false); |
Members
Member name | Description | |
---|---|---|
Default |
Store only properties which values differs from the default value
| |
AllProperties |
store all component properties
|