Retrieves the title bar properties.
#include "ltwrappr.h"
L_INT LImageViewerCell::GetTitlebarProperties(pDispContainerTitlebarProps, uFlags)
Retrieves the title bar properties.
Reserved for future use. Pass 0.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
Before calling LImageViewerCell::GetTitlebarProperties the user should:
To change 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.