This is an archive. | |
See the new ClickWiki at https://clickwiki.github.io. This version is just an archive for the purposes of migrating content to the new structure. |
Click Blocker
Author | |
Status | Released |
Release Date | Unknown |
Available for | Not yet documented |
Supported Runtimes | |
License | Free |
Download | |
---|---|
Includes Examples | Yes |
Includes Help Files | Yes |
Links |
The Clickblocker object is a very simple object. It only does one thing: block the clicks of the mouse. You can block the left, middle and right clicks. This is useful in certain applications for example if you want to block the right click over some controls.
Contents
Properties
Block left mouse button
This property will block the left mouse button when the frame begins.
Block middle mouse button
This property will block the middle mouse button when the frame begins.
Block right mouse button
This property will block the right mouse button when the frame begins.
Actions
Block
- Left click: will remove the left click events.
- Middle click: will remove the middle click events.
- Right click: will remove the right click events
Unblock
- Left click: will restore the left click events.
- Middle click: will restore the middle click events.
- Right click: will restore the right-click events.