6 overrides of FormatLabelVisible
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\FormatControl.CurrencyFormatType.cs (1)
29
public override bool
FormatLabelVisible
=> false;
System\Windows\Forms\Design\FormatControl.CustomFormatType.cs (1)
98
public override bool
FormatLabelVisible
=> false;
System\Windows\Forms\Design\FormatControl.DateTimeFormatType.cs (1)
39
public override bool
FormatLabelVisible
=> false;
System\Windows\Forms\Design\FormatControl.NoFormattingFormatType.cs (1)
19
public override bool
FormatLabelVisible
=> false;
System\Windows\Forms\Design\FormatControl.NumericFormatType.cs (1)
29
public override bool
FormatLabelVisible
=> false;
System\Windows\Forms\Design\FormatControl.ScientificFormatType.cs (1)
29
public override bool
FormatLabelVisible
=> false;