#include "ltwrappr.h"
L_BOOL LDialogBase::IsPreviewEnabled(L_VOID) const
Enables or disables the dialog preview.
TRUE |
Showing the preview is enabled. |
FALSE |
Showing the preview is disabled. |
Required DLLs and Libraries
LTDLGKRN For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application |
Functions: |
|
Topics: |
L_INT LDialogBase_IsPreviewEnabledExample(HWND hWnd)
{
LDialogBase MyDialog;
if (MyDialog.IsPreviewEnabled())
{
MessageBox(hWnd, TEXT("Show Preview Is Enabled"),TEXT("Example"),MB_OK|MB_ICONINFORMATION);
}
else
MyDialog.EnablePreview();
return SUCCESS;
}
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET