pointerEvents property
[This documentation is preliminary and is subject to change.]
Sets or retrieves a value that specifies under what circumstances a given graphics element can be the target element for a pointer event in Scalable Vector Graphics (SVG).
![]() ![]() |
Syntax
HRESULT value = object.put_pointerEvents(BSTR v);HRESULT value = object.get_pointerEvents(BSTR* p);
Property values
Type: BSTR
One of the values in the Property Values section.
String format
visiblePainted | visibleFill | visibleStroke | visible | painted | fill | stroke | all | none | inherit
CSS information
| Applies To | graphics elements |
| Media | visual |
| Inherited | 1 |
| Initial Value | visiblePainted |
Standards information
- Scalable Vector Graphics: Interactivity, Section 16.6
Remarks
The pointerEvents property affects the circumstances under which the following are processed:
- User interface events, such as mouse clicks
- Dynamic pseudo-classes (that is, :hover, :active, and :focus)
- Hyperlinks (that is, the a element)
Requirements
Minimum supported client |
Windows Vista with SP1, Windows 7 |
Minimum supported server |
Windows Server 2008 R2 |
Header |
Mshtml.h |
IDL |
Mshtml.idl |
DLL |
Mshtml.dll |
Build date: 1/26/2012
.png)
.png)