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