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