Tab Button Image (TabButtonImg)

Specifies an image to be used for the tab button, if enabled.

"TabButtonImg=@ImageFile | ^Glyph"

Usage

Dynamic?

Yes

Supported in Grid?

No

Dependencies:

TabButton, TabButtonImgHover

Description

If the TabButton property is True, a button is displayed on the active tab. By default, this button has a close symbol, but you can replace it with an image using the TabButtonImg property.

Using in ProcScript

You can use $properties or $fieldproperties to set or get the property and its value. For more information, see $properties and $fieldproperties.

putitem/id vProperties, "TabButton", "True"
putitem/id vProperties, "TabButtonImg", "@CloseBtn.png"
putitem/id vProperties, "TabButtonImgHover", "@CloseBtnHover.png"

$fieldproperties(FLD) = vProperties

Applies To

Related Topics