AutomationElementIdentifiers.HeadingLevelProperty Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Identifies the heading level automation property. The heading level property value is returned by the GetHeadingLevel method.
public:
static property AutomationProperty ^ HeadingLevelProperty { AutomationProperty ^ get(); };
static AutomationProperty HeadingLevelProperty();
public static AutomationProperty HeadingLevelProperty { get; }
var automationProperty = AutomationElementIdentifiers.headingLevelProperty;
Public Shared ReadOnly Property HeadingLevelProperty As AutomationProperty
Property Value
The automation property identifier.
Remarks
Heading elements help organize the user interface and make it easier to navigate. Some assistive technology (AT) allows users to quickly jump between headings. Headings have a level from 1 to 9.