Available in LEADTOOLS Imaging Pro, Vector, Document, and Medical Imaging toolkits. |
LImageListControl::SetDisplayFlags
#include "ltwrappr.h"
L_INT LImageListControl::SetDisplayFlags(uFlags)
L_UINT32 uFlags; |
/* display mode flags */ |
Sets the display mode flags to use.
Parameter |
Description |
uFlags |
The display mode flags to use. For a list of available values, refer to Flags for the LBitmapSettings::SetDisplayMode function. |
Returns
SUCCESS |
The function was successful. |
< 1 |
An error occurred. Refer to Return Codes. |
Comments
Required DLLs and Libraries
LTLST For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. |
Win32, x64.
See Also
Functions: |
|
Topics: |
Example
For an example, refer to LImageListControl::GetItemOptions.