2 overrides of AllowSelection
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
806
protected override bool
AllowSelection
System.Windows.Forms.Tests (1)
System\Windows\Forms\ListControlTests.cs (1)
3029
protected override bool
AllowSelection
=> false;
4 references to AllowSelection
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListControl\ListControl.cs (2)
397
if (
AllowSelection
)
412
if (
AllowSelection
)
System.Windows.Forms.Tests (2)
System\Windows\Forms\ComboBoxTests.cs (1)
2820
public new bool AllowSelection => base.
AllowSelection
;
System\Windows\Forms\ListControlTests.cs (1)
2908
public bool AllowSelectionEntry => base.
AllowSelection
;