RemoveFlare()

Example 1:

To remove the Flare style on the NormalObject State for a Button object named Option1, use the following syntax:

Option1.RemoveFlare()

Example 2:

To remove the Flare style on the Mouse Over Object State for a Button object named Option1, use the following syntax:

DelButton = Option1.GetAppearance("Mouse Over")
DelButton.RemoveFlare()

Note:
When the user moves the mouse over the object named Option1, the Flare style will be the same as the object’s Normal Object State.

 

see also:SetFlare and GetAppearance

Close