Advertisement
Guest User

Untitled

a guest
Jan 14th, 2021
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.40 KB | None | 0 0
  1. Treeview Element Edit: TextBox
  2.  
  3. Element Properties (identification)
  4. $UIA_AutomationIdPropertyId PART_EditableTextBox
  5. $UIA_ClassNamePropertyId TextBox
  6. $UIA_ControlTypePropertyId $UIA_EditControlTypeId
  7.  
  8. Element Properties (session unique)
  9. $UIA_ProcessIdPropertyId 7472
  10. $UIA_RuntimeIdPropertyId 7,7472,4912550
  11.  
  12. Element Properties (information)
  13. $UIA_BoundingRectanglePropertyId l=358,t=496,w=214,h=23
  14. $UIA_ClickablePointPropertyId 465,507
  15. $UIA_FrameworkIdPropertyId WPF
  16. $UIA_LocalizedControlTypePropertyId edit
  17. $UIA_ProviderDescriptionPropertyId [pid:7472,providerId:0x0 Main(parent link):Unidentified Provider (managed:MS.Internal.Automation.ElementProxy, PresentationCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35)]
  18.  
  19. Element Properties (has/is info)
  20. $UIA_HasKeyboardFocusPropertyId False
  21. $UIA_IsContentElementPropertyId True
  22. $UIA_IsControlElementPropertyId True
  23. $UIA_IsDataValidForFormPropertyId False
  24. $UIA_IsEnabledPropertyId True
  25. $UIA_IsKeyboardFocusablePropertyId True
  26. $UIA_IsOffscreenPropertyId False
  27. $UIA_IsPasswordPropertyId False
  28. $UIA_IsRequiredForFormPropertyId False
  29.  
  30. Control Patterns (element actions)
  31. $UIA_IsLegacyIAccessiblePatternAvailablePropertyId True (LegacyIAccessiblePattern)
  32. $UIA_IsScrollPatternAvailablePropertyId True (ScrollPattern)
  33. $UIA_IsSynchronizedInputPatternAvailablePropertyId True (SynchronizedInputPattern)
  34. $UIA_IsTextPatternAvailablePropertyId True (TextPattern)
  35. $UIA_IsValuePatternAvailablePropertyId True (ValuePattern)
  36.  
  37. Control Pattern Properties
  38. $UIA_LegacyIAccessibleChildIdPropertyId 0
  39. $UIA_LegacyIAccessibleDefaultActionPropertyId
  40. $UIA_LegacyIAccessibleDescriptionPropertyId
  41. $UIA_LegacyIAccessibleHelpPropertyId
  42. $UIA_LegacyIAccessibleKeyboardShortcutPropertyId
  43. $UIA_LegacyIAccessibleNamePropertyId
  44. $UIA_LegacyIAccessibleRolePropertyId 42 = $ROLE_SYSTEM_TEXT
  45. $UIA_LegacyIAccessibleStatePropertyId 1048576 = $STATE_SYSTEM_FOCUSABLE
  46. $UIA_LegacyIAccessibleValuePropertyId BANKNIFTY-14JAN21-CE
  47. $UIA_ScrollHorizontallyScrollablePropertyId False
  48. $UIA_ScrollHorizontalScrollPercentPropertyId -1
  49. $UIA_ScrollHorizontalViewSizePropertyId 100
  50. $UIA_ScrollVerticallyScrollablePropertyId True
  51. $UIA_ScrollVerticalScrollPercentPropertyId 0.465745192308291
  52. $UIA_ScrollVerticalViewSizePropertyId 98.2961992136304
  53. $UIA_ValueIsReadOnlyPropertyId False
  54. $UIA_ValueValuePropertyId BANKNIFTY-14JAN21-CE
  55.  
  56. Control Pattern Methods
  57. LegacyIAccessible Pattern Methods
  58. DoDefaultAction()
  59. Select(long)
  60. SetValue(wstr)
  61. GetIAccessible(idispatch*)
  62. CurrentChildId(int*)
  63. CurrentDefaultAction(bstr*)
  64. CurrentDescription(bstr*)
  65. CurrentHelp(bstr*)
  66. CurrentKeyboardShortcut(bstr*)
  67. CurrentName(bstr*)
  68. CurrentRole(uint*)
  69. CurrentState(uint*)
  70. CurrentValue(bstr*)
  71. GetCurrentSelection(ptr*)
  72. Scroll Pattern Methods
  73. Scroll($iScrollAmountHorz,$iScrollAmountVert)
  74. SetScrollPercent($fPercentHorz,$fPercentVert)
  75. CurrentHorizontalScrollPercent($fPercent*)
  76. CurrentVerticalScrollPercent($fPercent*)
  77. CurrentHorizontalViewSize($fViewSize*)
  78. CurrentVerticalViewSize($fViewSize*)
  79. CurrentHorizontallyScrollable($bScrollable*)
  80. CurrentVerticallyScrollable($bScrollable*)
  81. SynchronizedInput Pattern Methods
  82. StartListening(long)
  83. Cancel()
  84. Text Pattern Methods
  85. DocumentRange(ptr*)
  86. GetSelection(ptr*)
  87. GetVisibleRanges(ptr*)
  88. RangeFromChild(ptr,ptr*)
  89. RangeFromPoint(struct,ptr*)
  90. SupportedTextSelection(long*)
  91. Value Pattern Methods
  92. SetValue($sValue)
  93. CurrentValue($sValue*)
  94. CurrentIsReadOnly($bIsReadOnly*)
  95.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement