Enables or disables full explode mode. The full explode mode is disabled by default.
#include "ltwrappr.h"
L_INT LImageViewer::SetEnableFullExplode(bEnable, uFlags)
Value that determines whether to enable full explode mode.
Reserved for future use. Pass 0.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
By default, sub-cells explode to cover only the Cell
area (the full explode feature is FALSE). In full explode mode, when the image is double-clicked it expands to fully cover the ImageViewer
area.
To determine whether the full explode mode is enabled, call the LImageViewer::GetEnableFullExplode method.
LTIVW
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.