Class TaggingHintKey
TaggingHintKey instances are created in the scope of AddChild(IRenderer) to preserve logical order of layout elements from model elements.
public sealed class TaggingHintKey
- Inheritance
-
TaggingHintKey
- Inherited Members
Methods
GetAccessibleElement()
Get accessible element.
public IAccessibleElement GetAccessibleElement()
Returns
- IAccessibleElement
the accessible element.
GetTagPointer()
Gets the TagTreePointer.
public TagTreePointer GetTagPointer()
Returns
- TagTreePointer
the TagTreePointer or null if there is no associated one yet.
SetTagPointer(TagTreePointer)
Sets the TagTreePointer.
public void SetTagPointer(TagTreePointer tag)
Parameters
tag
TagTreePointerthe TagTreePointer to set.