-
Notifications
You must be signed in to change notification settings - Fork 3
ChromeButtons.CaptionType
JaykeBird edited this page Feb 21, 2023
·
4 revisions
Back to home | Back to Reference | View raw text
Determines which caption buttons will appear on a window.
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SolidShineUi.ChromeButtons
SolidShineUi.ChromeButtons.CaptionType[[CaptionType]]
end
Determines which caption buttons will appear on a window.
Display the close, maximize/restore, and minimize buttons.
Display only the close button.
Display only the close and minimize buttons.
Display only the close and maximize/restore buttons.
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