CODIUM Programming Language (CPL) CodiumSDK CPL PointerEvents
July 14, 2023 at 8:30 PM
Espacio de nombres: CodiumSDK.CPL
Ensamblado: CodiumSDK.dll
Ensamblado: CodiumSDK.dll
Pointer Events
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 |