Determines whether displaying the toolbar is enabled or not.
#include "ltwrappr.h"
L_BOOL LDialogBase::IsToolbarEnabled(L_VOID) const
Value | Meaning |
---|---|
TRUE | Displaying the toolbar is enabled. |
FALSE | Displaying the toolbar is disabled. |
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;
}
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document