Sets the toolbar window visibility.
#include "Ltwrappr.h"
static L_INT LRasterPaintWindow::ShowToolbar(bShow)
Flag that indicates whether to show the toolbar. Possible values are:
Value | Meaning |
---|---|
TRUE | Show the toolbar window. |
FALSE | Hide the toolbar window. |
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
For an example, refer to LRasterPaintWindow::CreateToolbar.