6 overrides of FormatStringTextBoxVisible
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\FormatControl.CurrencyFormatType.cs (1)
58public override bool FormatStringTextBoxVisible => false;
System\Windows\Forms\Design\FormatControl.CustomFormatType.cs (1)
96public override bool FormatStringTextBoxVisible => true;
System\Windows\Forms\Design\FormatControl.DateTimeFormatType.cs (1)
50public override bool FormatStringTextBoxVisible => false;
System\Windows\Forms\Design\FormatControl.NoFormattingFormatType.cs (1)
23public override bool FormatStringTextBoxVisible => false;
System\Windows\Forms\Design\FormatControl.NumericFormatType.cs (1)
58public override bool FormatStringTextBoxVisible => false;
System\Windows\Forms\Design\FormatControl.ScientificFormatType.cs (1)
58public override bool FormatStringTextBoxVisible => false;
1 reference to FormatStringTextBoxVisible
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\FormatControl.cs (1)
261if (formatType.FormatStringTextBoxVisible)