6 overrides of DropDownVisible
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\FormatControl.CurrencyFormatType.cs (1)
25public override bool DropDownVisible => true;
System\Windows\Forms\Design\FormatControl.CustomFormatType.cs (1)
92public override bool DropDownVisible => false;
System\Windows\Forms\Design\FormatControl.DateTimeFormatType.cs (1)
35public override bool DropDownVisible => false;
System\Windows\Forms\Design\FormatControl.NoFormattingFormatType.cs (1)
15public override bool DropDownVisible => false;
System\Windows\Forms\Design\FormatControl.NumericFormatType.cs (1)
25public override bool DropDownVisible => true;
System\Windows\Forms\Design\FormatControl.ScientificFormatType.cs (1)
25public override bool DropDownVisible => true;
1 reference to DropDownVisible
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\FormatControl.cs (1)
250if (formatType.DropDownVisible)