DISPCONTAINERTITLEBARPROPS

Summary

The DISPCONTAINERTITLEBARPROPS structure contains options for controlling the appearance or behavior of the image viewer title bar feature.

Syntax

typedef struct tagDISPCONTAINERTITLEBARPROPS 
{ 
   L_UINT uStructSize; 
   L_UINT uMask; 
   COLORREF crColor; 
   L_BOOL bCustomTitlebarColor; 
} DISPCONTAINERTITLEBARPROPS, * pDISPCONTAINERTITLEBARPROPS; 

Members

uStructSize

Size of this structure in bytes, for versioning. Use the sizeof() function to calculate this value.

uMask

Value that determines which members contains valid data for setting, or which members should be updated when retrieving. You can combine values together when appropriate by using a bitwise OR ( | ). Possible values are:

Value Meaning
DCTITLEBAR_ALL [0x00000001] All members contain valid data; or should be updated.
DCTITLEBAR_COLOR [0x00000001] bCustomTitlebarColor and crColor contain valid data; or should be updated.

crColor

COLORREF value that specified the title bar custom color. The default color is the windows theme color.

The value of this member is ignored if the bCustomTitlebarColor is set to FALSE.

bCustomTitlebarColor

Flag that indicates whether to use the custom color provided in crColor or to use the windows theme color. Possible values are:

Value Meaning
TRUE Use the custom color provided in crColor.
FALSE Use the window theme colors.

Usage

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Medical Image Viewer C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.