Enum CaptionButtonStyle
Enum that describes the visibility and mouse behaviour of a caption (titlebar) button of an in-game window.
Namespace: SociallyDistant.Core.Shell.Windowing
Assembly: SociallyDistant.Framework.dll
Syntax
public enum CaptionButtonStyle
Fields
Name | Description |
---|---|
Disabled | The button should be visible, but not clickable. |
Hidden | The button is completely hidden. |
Visible | Default value. The button should be visible. |