Base:
method
GetPropertyValue
System.Windows.Forms.PropertyGridInternal.GridEntry.GridEntryAccessibleObject.GetPropertyValue(Windows.Win32.UI.Accessibility.UIA_PROPERTY_ID)
3 references to GetPropertyValue
System.Windows.Forms.Tests (3)
System\Windows\Forms\AccessibleObjects\CategoryGridEntryAccessibleObjectTests.cs (3)
51
Assert.Equal(expected, (UIA_CONTROLTYPE_ID)(int)accessibilityObject.
GetPropertyValue
(UIA_PROPERTY_ID.UIA_ControlTypePropertyId));
159
Assert.Equal(expected, ((BSTR)accessibilityObject.
GetPropertyValue
(UIA_PROPERTY_ID.UIA_LocalizedControlTypePropertyId)).ToStringAndFree());
170
VARIANT actual = accessibleObject.
GetPropertyValue
((UIA_PROPERTY_ID)property);