CODIUM Programming Language (CPL) CodiumSDK CPL PointerEvents
July 14, 2023 at 8:30 PMEnsamblado: CodiumSDK.dll
| C# |
| public enum PointerEvents |
| Constante | Descripción | |
|---|---|---|
| Auto | The element reacts to pointer events, like :hover and click. This is default | |
| Inherit | Inherits this property from its parent element. | |
| Initial | Sets this property to its default value. | |
| None | The element does not react to pointer events |