Base:
property
CanGetDefaultActionInternal
System.Windows.Forms.AccessibleObject.CanGetDefaultActionInternal
4 overrides of CanGetDefaultActionInternal
System.Windows.Forms (4)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxAccessibleObject.cs (1)
110internal override bool CanGetDefaultActionInternal => false;
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.DateTimePickerAccessibleObject.cs (1)
105internal override bool CanGetDefaultActionInternal => false;
System\Windows\Forms\Controls\ToolStrips\ToolStripScrollButton.StickyLabelAccessibleObject.cs (1)
56internal override bool CanGetDefaultActionInternal => false;
System\Windows\Forms\Controls\TrackBar\TrackBar.TrackBarAccessibleObject.cs (1)
43internal override bool CanGetDefaultActionInternal => false;