ATTR_TITLEBAR_STYLE
Type: | Panel attribute |
Description: | The style of the titlebar used for the panel. Note: If ATTR_TITLEBAR_STYLE is set to VAL_WINDOWS_STYLE, LabWindows/CVI ignores changes to the font. Linux: This attribute is not supported. |
Restrictions: | Valid for child panels only. |
Data Type: | integer |
Default Value: | VAL_CLASSIC |
LabWindows/CVI Compatibility: |
LabWindows/CVI 7.0 and later |
Values
VAL_CLASSIC | Denotes an active panel by drawing parallel horizontal lines across the titlebar, with a centered title. |
VAL_WINDOWS_STYLE | Denotes an active panel by changing the background color of the titlebar, with a left justified title. |