AccusoftImagXpress13 ActiveX DLL > ImagXpress Object : Persistence Property |
Visual Basic |
---|
Public Property Persistence As Boolean |
True to persist control properties from design time.
False should be used and control properties set at design time are not maintained at runtime.
When the Persistence property is True (Default), control properties set at design time are maintained at run time. In Visual Basic, the control's property values are stored in the .FRM file. In ActiveX Control Pad, the property values are stored in the .ALX file. If you have many ImagXpress controls in your project, the size of the .ALX or .FRM files can become quite large because many property values are stored for each control.
If the Persistence property is set to False, the properties that you set at design time will not be maintained when you run your application.
ImagXpress Object | ImagXpress Members | Window and Control