This topic has not yet been rated - Rate this topic

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).

Scalable Vector Graphics (SVG) 2.0 Specification, Section 3.12.1Internet Explorer 9

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

See also

SVGElement

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.