pointerEvents property
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( v);HRESULT value = object.get_pointerEvents(* 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 IHTMLCSSStyleDeclaration::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 |
|
|
IDL |
|
|
DLL |
|
Build date: 11/12/2012

