|
How to
How to add new button on toolbar
To add new button to toolbar:

- Open «ToolBar Editor» from «Settings» form («Settings» -> «View» tab -> Customize toolbars button).
- Select toolbar you want to customize.
- Select existing button, new button will be inserted after it.
- Select icon for new button from list.
- Press button Add.
- Press button Save.
Method used as new button action could be added to class DEV_AxAssistHotkeys (run method) and DEV_AxAssistFunc (method itself).
See example in How to add new hotkey.
Added button will act as the corresponding hotkey (for example, button No5 will act as hotkey No5).
Supported bitmap size is 16*16 pixels with 24 or 32 bits of color.
All icons should be placed into "installation folder\\img". Black (RGB(0,0,0)) is used as transparent color.
|