Enum CaptionButtonType
Enum representing the visual appearance of a caption (titlebar) button in an in-game window.
Namespace: SociallyDistant.Core.Shell.Windowing
Assembly: SociallyDistant.Framework.dll
Syntax
public enum CaptionButtonType
Fields
| Name | Description |
|---|---|
| Close | Represents the "Close Window" button. |
| Maximize | Represents the "Maximize Window" button. |
| Minimize | Represents the "Minimize Window" button. |
| Restore | Represents the "Restore Window" button. |