ImageEn, unit iexUserInteractions

TIEBrushToolInteraction.RightButtonEraser

TIEBrushToolInteraction.RightButtonEraser


Declaration

property RightButtonEraser: TIEEnabled;


Description

Specify whether the right mouse button will temporarily set the BrushFill to iebfEraser.

Value Description
enFalse Eraser mode is never automatically enacted
enTrue Eraser mode is automatically when using alternative button of pen or right button of mouse
enAuto Eraser mode is automatically only when using alternative button of pen

Note: No checking is done for right-mouse clashes (e.g. popup menus) when RightButtonEraser=enTrue

Default: enAuto


Example

// Switch to eraser when use right button on mouse
ImageEnView1.BrushTool.RightButtonEraser := enAuto;


See Also

 BrushFill
 EraserOpacity