Skip to content

ChromeButtons.CaptionType

JaykeBird edited this page Feb 21, 2023 · 4 revisions

Back to home | Back to Reference | View raw text

CaptionType enum

Description

Determines which caption buttons will appear on a window.

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph SolidShineUi.ChromeButtons
  SolidShineUi.ChromeButtons.CaptionType[[CaptionType]]
  end
Loading

Details

Summary

Determines which caption buttons will appear on a window.

Fields

Full

Summary

Display the close, maximize/restore, and minimize buttons.

Close

Summary

Display only the close button.

MinimizeClose

Summary

Display only the close and minimize buttons.

MaximizeClose

Summary

Display only the close and maximize/restore buttons.

None

Summary

Do not display any caption buttons. (Note that hiding caption buttons alone doesn't prevent users from being able to perform their actions via other methods.)

Generated with ModularDoc

Clone this wiki locally