Enables expansion buttons.

Usage

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

Values

[True | False]

Default: True

Remarks

The ButtonsEnabled property enables or disables expansion buttons. Expansion buttons appear next to items with children and allow the user to expand or contract the item with a single click.

You can customize the appearance of these buttons using the GlyphImages property.

Example

// Enable expansion buttons 
Set_Property(@Window:".OLE_TREE", "OLE.ButtonsEnabled", 1)

See Also

GlyphImages

  • No labels