The StageTextClearButtonMode class defines the values to use for the clearButtonMode property of the StageText class.

See also:

Variables

@:value(cast 0)@:impl@:enuminlineread onlyALWAYS:StageTextClearButtonMode = 0

The StageText clear button is always shown.

@:value(cast 1)@:impl@:enuminlineread onlyNEVER:StageTextClearButtonMode = 1

The StageText clear button is never shown.

@:value(cast 2)@:impl@:enuminlineread onlyUNLESS_EDITING:StageTextClearButtonMode = 2

The StageText clear button is not visible while editing.

@:value(cast 3)@:impl@:enuminlineread onlyWHILE_EDITING:StageTextClearButtonMode = 3

The StageText clear button is visible while editing.