Accusoft ImagXpress 13
Persistence Property
Description
Gets and sets the property persistence flag.
Property Type
Read-write property
Syntax
Visual Basic
Public Property Persistence As Boolean
Return Type

True to persist control properties from design time.

False should be used and control properties set at design time are not maintained at runtime.

Remarks

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.

See Also

ImagXpress Object  | ImagXpress Members  | Window and Control

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback