Base:
method
GetPropertyValue
System.Windows.Forms.Control.ControlAccessibleObject.GetPropertyValue(Windows.Win32.UI.Accessibility.UIA_PROPERTY_ID)
1 reference to GetPropertyValue
System.Windows.Forms.Tests (1)
System\Windows\Forms\AccessibleObjects\ToolStripPanel.ToolStripPanelAccessibleObjectTests.cs (1)
29
bool value = (bool)accessibleObject.
GetPropertyValue
(UIA_PROPERTY_ID.UIA_IsKeyboardFocusablePropertyId);