Default visibility of new items.
Usage
Set_Property(OLECtrlEntID, "OLE.DefVisible", Boolean)
Values
[True | False]
Default: True
Remarks
The DefVisible property establishes the default visibility of new items. Setting this property will not change existing items. Instead, newly added items will take on the setting established in this property. See the ItemVisible property for details.
'For more information on how default properties can make you more efficient, see the Default Properties article.
Example
// Show all new items Set_Property(@Window:".OLE_TREE", "OLE.DefVisible", 1)