RemoveBtnColour()

Example 1:

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

Option1.RemoveBorder()

Example 2:

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

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

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

 

see also:SetBtnColour and GetAppearance

Close