#include "ltivw.h"
L_LTIVW_API L_INT L_DispContainerSetTitlebarProperties(hCellWnd, pDispContainerTitlebarProps, uFlags)
Changes the title bar properties.
A handle to the window that represents the Medical Viewer Cell.
Pointer to a DISPCONTAINERTITLEBARPROPS structure that contains the title bar properties to change.
Reserved for future use. Pass 0.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
Before calling L_DispContainerSetTitlebarProperties the user should:
To retrieve the title bar properties, call the L_DispContainerGetTitlebarProperties function.
For more information on the available title bar properties, refer to the DISPCONTAINERTITLEBARPROPS structure.
Required DLLs and Libraries
For an example, refer to L_DispContainerShowTitlebar.