(Formerly part of GetButtonPic, which is now obsolete)
(Formerly part of SetButtonPic, which is now obsolete)
int Button.MouseOverGraphic;
Gets/sets the button's mouse-over sprite. This can be -1, which indicates that the button
does not have a mouse-over graphic.
Example:
Display("The button's mouse-over image is sprite %d.", btnPlay.MouseOverGraphic);
will display btnPlay's mouse-over sprite number.
See Also: Button.Graphic,
Button.NormalGraphic,
Button.PushedGraphic
|