Share

AcEditorReactor::toolbarBitmapSizeWillChange

C++

virtual void toolbarBitmapSizeWillChange(
    bool
);

Description

This reactor method indicates the toolbar size will be changed to bLarge.

If bLarge is true, toolbar bitmaps will be large; if false, they will be small.

Parameters

Parameters Description
bLarge Passed in Boolean indicating toolbar bitmap size

Links

AcEditorReactor Class

Previous Declaration

virtual void toolbarBitmapSizeWillChange(Adesk::Boolean bLarge);

Was this information helpful?