Base:
method
GetPropertyValue
System.Windows.Forms.Control.ControlAccessibleObject.GetPropertyValue(Windows.Win32.UI.Accessibility.UIA_PROPERTY_ID)
3 references to GetPropertyValue
System.Windows.Forms.Tests (3)
System\Windows\Forms\AccessibleObjects\ListBoxAccessibleObjectTests.cs (3)
145
bool actual = (bool)accessibleObject.
GetPropertyValue
(UIA_PROPERTY_ID.UIA_HasKeyboardFocusPropertyId);
149
actual = (bool)accessibleObject.
GetPropertyValue
(UIA_PROPERTY_ID.UIA_HasKeyboardFocusPropertyId);
154
actual = (bool)accessibleObject.
GetPropertyValue
(UIA_PROPERTY_ID.UIA_HasKeyboardFocusPropertyId);