LImageViewerCell::SetTitlebarProperties

#include "ltwrappr.h"

L_INT LImageViewerCell::SetTitlebarProperties(pDispContainerTitlebarProps, uFlags)

Changes the title bar properties.

Parameters

pDISPCONTAINERTITLEBARPROPS pDispContainerTitlebarProps

Pointer to a DISPCONTAINERTITLEBARPROPS structure that contains the title bar properties to change.

L_UINT uFlags

Reserved for future use. Pass 0.

Returns

Value Meaning
SUCCESS The function was successful.
< 1 An error occurred. Refer to Return Codes.

Comments

Before calling LImageViewerCell::SetTitlebarProperties the user should:

  1. Declare a variable of type DISPCONTAINERTITLEBARPROPS.
  2. Set the DISPCONTAINERTITLEBARPROPS.uStructSize member to the value of sizeof(DISPCONTAINERTITLEBARPROPS).
  3. Set the DISPCONTAINERTITLEBARPROPS.uMask member value to indicate what the members will be changed with the new values.
  4. Pass a pointer to the DISPCONTAINERTITLEBARPROPS structure to LImageViewerCell::SetTitlebarProperties as the pDispContainerTitlebarProps parameter.

To retrieve the title bar properties, call the LImageViewerCell::GetTitlebarProperties function.

For more information on the available title bar properties, refer to the DISPCONTAINERTITLEBARPROPS structure.

Required DLLs and Libraries

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

LEADTOOLS Medical Image Viewer C++ Class Library Help