focusable property
Determines if an element can acquire keyboard focus (that is, receive keyboard events) and be a target for field-to-field navigation actions (such as when a user presses the Tab key).
![]() ![]() |
Syntax
HRESULT value = object.put_focusable(ISVGAnimatedEnumeration* v);HRESULT value = object.get_focusable(ISVGAnimatedEnumeration** p);
Property values
Type: Object
One of the values in the Property Values section.
Standards information
- Scalable Vector Graphics (SVG) 2.0 Specification, Section 3.12.1
See also
Show:

