#include "ltwrappr.h"
L_BOOL LImageViewer::GetEnableFullExplode(pbEnabled, uFlags)
Checks whether the full explode feature is enabled.
Address to be updated with the value that indicates whether the Full Explode feature is enabled.
Reserved for future use. Pass 0.
Value | Meaning |
---|---|
TRUE | The full explode feature is enabled. |
FALSE | The full explode feature is disabled. |
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 enable or disable the full explode feature, call the LImageViewer::SetEnableFullExplode method.
Required DLLs and Libraries
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.