Changes the title bar properties.
#include "ltwrappr.h"
L_INT LImageViewerCell::SetTitlebarProperties(pDispContainerTitlebarProps, uFlags)
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 LImageViewerCell::SetTitlebarProperties the user should:
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.
For an example, refer to LImageViewerCell::ShowTitlebar.