Establishes whether or not close buttons appear on each tab.

Usage

Set_Property(CtrlEntID, "OLE.CloseButtons", Boolean)

Values

[True | False]

Default: False

Remarks

The CloseButtons property enables or disabled close buttons. Close buttons are little buttons on the right hand side of each tab. When clicked, they fire the OnCloseClick event, allowing you to respond appropriately. Note that clicking these close buttons do not actually remove the tab. That is up to you. The reason should be clear: you might want to cancel the closing of the tab. Set this property to 1 to show close buttons on all tabs or 0 to hide them. You cannot show buttons only on specific tabs.

  • No labels