BoxSymbol Clock.png
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.


Jump to: navigation, search

Click Blocker

Icon Click Blocker.png
Author Official extension or is supported by Clickteam.
Status Released
Release Date Unknown
Last Updated {{{LastUpdated}}}
Available for Not yet documented
Supported Runtimes Windows Runtime
License Free
Attributes {{{Attributes}}}
Download
Includes Examples Yes
Includes Help Files Yes
Links
Downloadable via the Extension Manager
Alternates {{{Alternates}}}

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.

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.


Contributors to this page

Advaith (100.0%)