VLPropertyList Reference

ReadOnly PropertyRecordsetToolbar

See Also See Also Applies To Applies To

 

Returns or sets a value indicating whether an RecordsetToolbar is visible or hidden.

 

Syntax

object.RecordsetToolbar[= value]

 

The RecordsetToolbar property syntax has these parts:

Part Description
object An object expression that evaluates to an object present in the Applies to List.
value An integer specifying the visibility of RecordsetToolbar of VLPropertyList control.

 

Setting

The settings for Value are:

Constant Setting Description
ConstantvlAutomatic 0 (default) Recordset browsing toolbar is automatically displayed if a recordset data is loaded in the control.
ConstantvlShow 1 Recordset browsing toolbar is displayed independent of the contents of the control.
ConstantvlHide 2 Recordset browsing toolbar is not displayed independent of the contents of the control.