Vcl.Forms.TTitleBar Properties
InheritedProtected
| BackgroundColor | published | It gets or sets the color of the title bar background. Set the SystemColors property to False to customize the title bar colors. |
| ButtonBackgroundColor | published | It gets or sets the background color of the title bar buttons. Set the SystemColors property to False to customize the title bar colors. |
| ButtonForegroundColor | published | It gets or sets the foreground color of the title bar buttons. Set the SystemColors property to False to customize the title bar colors. |
| ButtonHoverBackgroundColor | published | It gets or sets the background color of the title bar buttons when are hovered. Set the SystemColors property to False to customize the title bar colors. |
| ButtonHoverForegroundColor | published | It gets or sets the foreground color of the title bar buttons when are hovered. Set the SystemColors property to False to customize the title bar colors. |
| ButtonInactiveBackgroundColor | published | It gets or sets the color of the title bar buttons background when the owner form is inactive. Set the SystemColors property to False to customize the title bar colors. |
| ButtonInactiveForegroundColor | published | It gets or sets the color of the title bar buttons foreground when the owner form is inactive. Set the SystemColors property to False to customize the title bar colors. |
| ButtonPressedBackgroundColor | published | It gets or sets the background color of the title bar buttons when are pressed. Set the SystemColors property to False to customize the title bar colors. |
| ButtonPressedForegroundColor | published | It gets or sets the foreground color of the title bar buttons when are pressed. Set the SystemColors property to False to customize the title bar colors. |
| CaptionAlignment | published | It sets the caption alignment. |
| CaptionButtonsRect | public | It retrieves the bounds of the caption button area in the owner form. |
| ClientRect | public | It retrieves the bounds of the titlebar. |
| Control | published | It assigns the TCustomTitleBarPanel descendent to handle the title bar drawing. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| Enabled | published | It allows the enable/disable customization of the title area. |
| ForegroundColor | published | It gets or sets the color of the title bar foreground. Set the SystemColors property to False to customize the title bar colors. |
| FrameRect | public | It retrieves the bounds of the window returned by the AdjustWindowRectEx. |
| Height | published | It retrieves the height of the title bar. Set the SystemHeight property to False to customize the title bar height. |
| IconRect | public | It retrieves the bounds of the icon in the owner form. |
| InactiveBackgroundColor | published | It gets or sets the color of the title bar background when the owner form is inactive. Set the SystemColors property to False to customize the title bar colors. |
| InactiveForegroundColor | published | It gets or sets the color of the title bar foreground when the owner form is inactive. Set the SystemColors property to False to customize the title bar colors. |
| ShowCaption | published | It shows/hides the icon in the title bar. |
| ShowIcon | published | It shows/hides the icon in the title bar. |
| Supported | public | |
| SystemButtons | published | It specifies if title bar should use the system caption buttons. |
| SystemColors | published | It specifies if title bar should use the system default colors. |
| SystemHeight | published | It specifies if title bar should use the system default height. Set the SystemHeight property to False to customize the title bar height. |