C++
bool ADUI_PORT AdUiSetDockBarMinWidth( int width );
File
adui.h
Description
This function allows the client to override the default AutoCAD setting for the dock bar's min width.
Parameters
Parameters | Description |
---|---|
width | The min width to override (should be greater than 0). |
Returns
True if successful; otherwise, false.