The default hyperlink setting for new items.

Set_Property(OLECtrlEntID, "OLE.DefHyperlink", Boolean)

[True | False]

Default: False

The DefHyperlink property establishes the default hyperlink setting for 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 ItemHyperlink property for details.

For more information on how default properties can make you more efficient, see the Default Properties article.

// Make all new items a hyperlink 
Set_Property(@Window:".OLE_TREE", "OLE.DefHyperlink", 1)

ItemHyperlink

  • No labels