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