Default height for new items.

Usage

Set_Property(OLECtrlEntID, "OLE.DefHeight", Value)

Values

Value can be any positive or negative whole number:

Default: 16

Remarks

The DefHeight property establishes the default height, in pixels, 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 ItemHeight property for details.

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

Example

// Double the height of new items 
Set_Property(@Window:".OLE_TREE", "OLE.DefHeight", 32)

See Also

ItemHeight

  • No labels