Base:
method
GetPropertyValue
System.Windows.Forms.Control.ControlAccessibleObject.GetPropertyValue(Windows.Win32.UI.Accessibility.UIA_PROPERTY_ID)
2 references to GetPropertyValue
System.Windows.Forms.Tests (2)
System\Windows\Forms\AccessibleObjects\TrackBar.TrackBarAccessibleObjectTests.cs (2)
438
string value = ((BSTR)accessibilityObject.
GetPropertyValue
((UIA_PROPERTY_ID)propertyID)).ToStringAndFree();
473
var result = accessibleObject.
GetPropertyValue
((UIA_PROPERTY_ID)propertyId);