6 overrides of ListBoxVisible
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\FormatControl.CurrencyFormatType.cs (1)
27public override bool ListBoxVisible => false;
System\Windows\Forms\Design\FormatControl.CustomFormatType.cs (1)
94public override bool ListBoxVisible => false;
System\Windows\Forms\Design\FormatControl.DateTimeFormatType.cs (1)
37public override bool ListBoxVisible => true;
System\Windows\Forms\Design\FormatControl.NoFormattingFormatType.cs (1)
17public override bool ListBoxVisible => false;
System\Windows\Forms\Design\FormatControl.NumericFormatType.cs (1)
27public override bool ListBoxVisible => false;
System\Windows\Forms\Design\FormatControl.ScientificFormatType.cs (1)
27public override bool ListBoxVisible => false;
1 reference to ListBoxVisible
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\FormatControl.cs (1)
282if (formatType.ListBoxVisible)