Share

acedShowDrawingStatusBars

C++

BOOL acedShowDrawingStatusBars(
    BOOL bShow = TRUE
);

File

rxmfcapi.h

Description

This global function hides or shows the drawing status bars. By default, the drawing status bars are hidden in AutoCAD; use this function to display them.

If this function succeeds, the return value is true. If the function fails, the return value is false.

This function is deprecated and will be removed in a future release.

Parameters

Parameters Description
bShow Input Boolean indicating whether the drawing status bar will be displayed

Remarks

This method is deprecated and will be removed in a future release.

Was this information helpful?