Tab Button Image Hover (TabButtonImgHover)
Specifies an image that is displayed when the mouse cursor hovers over the tab button.
"
TabButtonImgHover=
@ImageFile | ^Glyph"
Description
Use the TabButtonImgHover property to specify an image that is displayed when the mouse cursor hovers over the tab button. This property only works when a TabButtonImage is defined.
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