Click or drag to resize

StepButtonStepMode Enumeration

What to do when there are no further screens?

Namespace:  Kit.UI.Buttons
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public enum StepMode
Request Example View Source
Members
  Member nameDescription
NothingDo nothing. Keep the button as is.
ChangeChange the button's text.
DisableDisable the button.
HideHide the button.
See Also