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