#include "ltwrappr.h"
L_BOOL LDialogBase::IsToolbarEnabled(L_VOID) const
Determines whether displaying the toolbar is enabled or not.
TRUE |
Displaying the toolbar is enabled. |
FALSE |
Displaying the toolbar 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_IsToolbarEnabledExample(LDialogBase & Dialog)
{
if (!Dialog.IsToolbarEnabled())
{
Dialog.EnableToolbar ();
MessageBox(NULL, TEXT("Displaying the toolbar has been enabled!"),
TEXT("Testing"), MB_OK);
}
else
MessageBox(NULL, TEXT("Displaying the toolbar is already enabled!"),
TEXT("Testing"), MB_OK);
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