Base:
property
IsScrollable
System.Windows.Forms.Automation.UiaTextProvider.IsScrollable
2 references to IsScrollable
System.Windows.Forms.Tests (2)
System\Windows\Forms\ComboBox.ComboBoxUiaTextProviderTests.cs (2)
81
Assert.True(provider.
IsScrollable
);
96
Assert.False(provider.
IsScrollable
);