Navigation:  ABC Library Reference > FileDropClass > FileDropClass Properties >====== InitSyncPair (initial list position) C6H0009.jpg ====== Previous pageReturn to chapter overviewNext page
InitSyncPair BYTE

blk2blue.jpg

The InitSyncPair property controls the initial position of the droplist. A value of one (1 or True) initially positions the list closest to the value already contained in the target assignment fields. A value of zero (0 or False) positions the list to the first item in the specified sort order.

Implementation:

The Init method sets the InitSyncPair property to one (1). The ResetQueue method implements the behavior specified by the InitSyncPair property.

See Also:     Init, ResetQueue