The WxAllowedInteractions enumeration contains the actions that can be available for a workspace shape.
It is used by the following properties and methods:
Value | Brief description |
1 | Move. Available to move. |
2 | Rotate. Available to rotate. |
4 | HorizontalLeft. Available to change width by moving only the left border. |
8 | HorizontalRight. Available to change width by moving only the right border. |
12 | HorizontalSizing. Available to change width. |
16 | VerticalTop. Available to change height by moving only the top border. |
32 | VerticalBottom. Available to change height by moving only the bottom border. |
48 | VerticalSizing. Available to change height. |
64 | AllowCornerSizing. Available to change angles. |
128 | AllowSelection. Available to select. |
256 | AllowActivation. Available to activate. |
511 | AllAllowed. Any actions are available. |
See also: