class openfl.gui.styles.ButtonStyle extends TextBoxStyle

Available on all platforms

Instance Fields

var fillColorOnDown:Int

Adjusts the fill color of the control when the mouse button is pressed down.

var outlineColorOnDown:Int

Adjusts the outline color of the control when the mouse button is pressed down.

var textColorOnDown:Int

Adjusts the color of the text when the mouse button is pressed down.

function new():Void

Creates a new style for a Button and any of its descendants.