VLPropertyList Reference

Read/Write PropertyVisible

(For advanced usage)
See AlsoSee Also Applies To Applies To

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

 

Syntax

object.Visible [= boolean]

 

The Visible property syntax has these parts:

PartDescription
object An object expression that evaluates to CEditor.
boolean A Boolean expression specifying whether the editor is visible or hidden.

 

Setting

The settings for Value are:

Setting Description
True object is visible.
False object is hidden.

 

Remark

Editor implementer should provide this method so that VLPropertyList control can automatically display or hide the editor at appropriate instance.