Click or drag to resize

WindowButtonShowHideMode Enumeration

What to do with the window?

Namespace:  Kit.UI.Buttons
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public enum ShowHideMode
Request Example View Source
Members
  Member nameDescription
ShowShow the window.
HideHide the window.
ToggleShow if hidden and vice versa.
See Also